mit-han-lab / once-for-all

[ICLR 2020] Once for All: Train One Network and Specialize it for Efficient Deployment
https://ofa.mit.edu/
MIT License
1.89k stars 333 forks source link

imagenet_1k.zip #80

Open atdovas opened 1 year ago

atdovas commented 1 year ago

Good evening!

I am trying to run the code in this repository, but the function download_url spawns a time-out exception when it tries to download [https://hanlab.mit.edu/files/OnceForAll/ofa_cvpr_tutorial/imagenet_1k.zip]. I. have Googled imagenet_1k.zip, suggesting that imagenet_1k.zip only exists under the URLs https://hanlab.mit.edu/files/OnceForAll/ofa_cvpr_tutorial/imagenet_1k.zip and https://s3.amazonaws.com/pytorch-tutorial-assets/imagenet_1k.zip

However, imagenet_1k.zip is inaccessible under these two URLs. Does anyone know where imagenet_1k.zip can be downloaded from, so. that I can run the code in this repo?

Thank you in advance!

hasanberatsoke-cy commented 11 months ago

hi @atdovas ,

https://web.archive.org/web/20200710053839/https://tiny-imagenet.herokuapp.com/

i used this dataset for runing samples.