-
Notifications
You must be signed in to change notification settings - Fork 118
Imagenet download url in imagenet.py doesn't work #19
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
Comments
It seems like this has been deprecated recently: pytorch/vision#1453. You will need to figure out a way to download the dataset manually; http://www.image-net.org/challenges/LSVRC/2012/ has more information. |
Thanks, I'll download the dataset manually. But how did you organize the dataset file, could you show me the structure? |
See this: https://pytorch.org/docs/stable/torchvision/datasets.html#torchvision.datasets.ImageFolder. Basically something like |
@deepakn94 , I downloaded a subset of the data and arranged it as you suggested, but I get an error: What's this meta file and where can I get it? |
You don't need to run the |
I am going to close this -- please let me know if this did not work for you! |
sorry, I guess it still needs to run the
I still don't know how to fix the problem, do you have any suggestion? |
What do you see if you do |
Hi, Deepak. I modified the two files |
Great, I merged the PR! Going to close this! |
Imagenet doesn't support direct download, is there any solution?
The text was updated successfully, but these errors were encountered: