You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should not use the attack.py in this repository. That file is not compatible with the latest code and should actually be removed.
You need to implement PGD attack yourself to conduct the attack, or using any existing toolbox.
Hi,
I try to use attack.py to test the PGD error of the SOTA models on MNIST, by running
python3 attack.py --config config/mnist_dm-large_0.4.json
The epsilon_eval=0.3. I got the result
The PGD error is much smaller than that reported on paper, which is about 0.0605. (There must be something wrong in my testing method).
I'm very confused about it. Could you please tell me how to test the PGD error correctly? Thank you.
The text was updated successfully, but these errors were encountered: