- Train Set: Untar
ILSVRC2012_img_train.tar
somewhere and link it to the folder with nametrain
(you can find a link file called train) - Val Set: Untar
ILSVRC2012_img_val.tar
and link it to the folder with nameval
- Copy
valprep.sh
script to val folder and run it. It will put images to their own folder
- Copy
Mnist dataset is imported from torchvision.datasets
-
To do the distillation experiment on the ImageNet Dataset
python main_imagenet.py ./
-
To do the distillation experiment on the Mnist Dataset
python main_mnist.py ./