-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION]BIM and PGD have the same output #185
Comments
Hi @pleaseWind , can you provide your code? |
I have uploaded the file to my Repository. I find the reason may be the PGD's parameter"random_start". Although I modify code, the PGD's accuracy is lower than BIM's. This is different from the literature. |
Hi @pleaseWind , can you provide the link to your code? |
Hi @pleaseWind , MNIST as a dataset is too simple at the moment, so the success rate of attacking such a dataset is basically 100%, and if you want to get a different result, you can test on CIFAR-10 and larger datasets. |
OK, I will try. Thank for your help. |
❔ Any questions
I use your bim and pgd code to test my cnn model in MNIST, but get the same accuracy. Is it true?
The text was updated successfully, but these errors were encountered: