Open atdovas opened 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!
hi @atdovas ,
https://web.archive.org/web/20200710053839/https://tiny-imagenet.herokuapp.com/
i used this dataset for runing samples.
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!