In demo_inception.py:
path_train_imagenet = '/datasets2/ILSVRC2012/train'
is passed into create_imagenet_npy(). This path doesn't exist, so the rest of the function doesn't run. What is the best way to get the data so the universal perturbation vector can be created?
In demo_inception.py:
path_train_imagenet = '/datasets2/ILSVRC2012/train'
is passed into create_imagenet_npy(). This path doesn't exist, so the rest of the function doesn't run. What is the best way to get the data so the universal perturbation vector can be created?