Error
I tried to execute attack on ImageNet with first example command: python3 test_all.py --untargeted -a black -d imagenet -n 150 --solver adam -b 1 -c 10.0 --use_resize --reset_adam -m 1500 -p 10 -s "imagenet_untargeted"
Can anyone help me with error. Don't know what to do. Thanks in advance.
Traceback (most recent call last):
File "test_all.py", line 262, in
I am aware of this issue, and will push a fix soon. This is caused by certain tensorflow versions. Thanks for reporting!
@ArthurConan Can you try the latest commit and see if it solves this issue? Thanks!
Hi Huan! Do you have the generated attack images of cifar-10?
Also is it necessary to run the train_model.py before running the test_attack.py? Since I am running out of memory. Thanks a lot!
Yes it is necessary to run train_model.py to train the models before you start the attack. I don't have any images at this time, except for those ones presented in our paper.
Thanks Huan! Do you know is there any online resource that has attack data that is available for downloading?