D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageNet16-120 dataset prep

abduallahmohamed opened this issue · comments

Hi,

I'm running . /scripts-search/NAS-Bench-201/train-a-net.sh to train a found cell.
And I do have $TORCH_HOME/ILSVRC2012 data ready.
I also ran this prep script ./scripts/prepare.sh
But I do encountered the following error:

image

Any resolution?

Best

ImageNet16-12 is not ILSVRC2012, while it is a subset of resized version of ImageNet.
My apologies. I should emphasize it in the README: https://github.com/D-X-Y/AutoDL-Projects/blob/master/docs/NAS-Bench-201.md#preparation-and-download . Please see the last sentence of "Preparation and Download", I share the data of ImageNet16-12 on Google Drive, and if you download and put it ImageNet16 into $TORCH_HOME/cifar.python. You should be able to run

Thanks!!!

ImageNet16-12 is not ILSVRC2012, while it is a subset of resized version of ImageNet. My apologies. I should emphasize it in the README: https://github.com/D-X-Y/AutoDL-Projects/blob/master/docs/NAS-Bench-201.md#preparation-and-download . Please see the last sentence of "Preparation and Download", I share the data of ImageNet16-12 on Google Drive, and if you download and put it ImageNet16 into $TORCH_HOME/cifar.python. You should be able to run

I can't find imagenet16-120 dataset in your repo. Could you please help me to find out the dataset?

You can have a look at this function: https://github.com/D-X-Y/AutoDL-Projects/blob/main/xautodl/datasets/get_dataset_with_transform.py#L99-L130

call get_datasets("ImageNet16-120", path_to_the_data, -1), and you will get the dataset object