-
Notifications
You must be signed in to change notification settings - Fork 15
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
Complete implementation of CW attack #3
Comments
Hi @a7b23, I did not have time to convert my CW attack implementation from a mess of Jupyter Notebooks into proper code for this repository. I suggest using the Cleverhans repository, which has a very nice, clean implementation of the CW L2 attack. See "CarliniWagnerL2" class here: https://github.com/tensorflow/cleverhans/blob/master/cleverhans/attacks.py |
If anyone would like to contribute to this repository and add the Carlini & Wagner L2 attack here, it would be greatly appreciated. |
Hi Reuben, nice work here! |
@xingjunm thank you for using our code and for referencing the repository. At the moment, I don't have time to update this repository with your CW attack code, but I appreciate the pointer and may use it in the future. If you'd like to submit a PR, I'd be happy to review. |
I was trying to reproduce the results of the paper. Can you suggest how do I get the results for the CW attack ?
The text was updated successfully, but these errors were encountered: