Skip to content

xunge/pytorch_lmdb_imagenet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch_lmdb_imagenet

Convert ImageNet dataset to lmdb, adapted from https://github.com/Lyken17/Efficient-PyTorch

  1. Change Imagenet train set and val set to lmdb
python folder2lmdb.py
  1. Test the dataset
python dataset_test.py
  1. Train Imagenet
python train_imagenet.py /path/to/dataset/imagenet/  --lmdb

About

Use lmdb to speed up imagenet dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages