landskape-ai / ImageNet-Downsampled

Training code for downsampled ImageNet datasets
5 stars 4 forks source link

dataset download #2

Open jS5t3r opened 3 years ago

jS5t3r commented 3 years ago
$ python utils/prepare_dataset.py --dataset SmallImageNet --resolution 32 --data-dir data --download-dir data/compressed

Downloading Small-ImageNet-32 train set...
Traceback (most recent call last):
  File "utils/prepare_dataset.py", line 75, in <module>
    prepare(args.dataset, args.resolution, args.download_dir, args.data_dir)

urllib.error.HTTPError: HTTP Error 404: Not Found
FelixMoeller3 commented 1 year ago

The location of the downsampled imagenet data has changed. I have created a pull request to address this issue