-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What does "ilsvrc12_train.txt" entail? #2
Comments
for a tar of tars of images: Roughly this: that may take a while. At the end you will have all the filenames in the .txt file. You should then run produce_small_data.py. I got this working in python3 on the master branch of my fork. There is no need for a class label in the txt file, since we are doing self-supervised learning. |
Sir, thanks for sharing the code! Then, the "custom_ilsvrc12_train.txt" that I need to create should contain a list of 100K file names. Each file name should be listed in each line without coma or space. Is this correct? |
Hi, may I ask how you solved the problem? I have the same question here. Thank you! |
Any update for this? |
Dear author, thanks a lot for your contribution! However, I can't find the file ilsvrc12_train.txt anywhere. I guess it's the training images list. I am new to deep learning and not familiar with Imagenet either. Can you kindly attach the files?
The text was updated successfully, but these errors were encountered: