Lyken17 / Efficient-PyTorch

My best practice of training large dataset using PyTorch.
1.09k stars 138 forks source link

What's the function of this line ?Why are you give 'None' to img,target? #16

Closed antecede closed 4 years ago

antecede commented 4 years ago

https://github.com/Lyken17/Efficient-PyTorch/blob/7407177fd8bdfcf60a908e2caeb3a3ab075c2d45/tools/folder2lmdb.py#L38

Lyken17 commented 4 years ago

img and target are later filled with real data.