Skip to content
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

Let SPSA attack be called using generate_np #502

Closed
nottombrown opened this issue Aug 18, 2018 · 2 comments
Closed

Let SPSA attack be called using generate_np #502

nottombrown opened this issue Aug 18, 2018 · 2 comments
Labels
hackathon A small project suitable for someone to do during the monthly hackathon help wanted

Comments

@nottombrown
Copy link
Contributor

nottombrown commented Aug 18, 2018

I spent some time this afternoon trying to get SPSA to hook into the generate_np harness, but had trouble getting it working.

Currently the SPSA test works correctly using the sess.run syntax, but it would be slightly nicer to have it be callable with generate_np

https://github.com/tensorflow/cleverhans/pull/498/files#diff-ee72988b849d43f34dfd258c5f95fc8dR270

I also think that it would be good if SPSA could be called without any explicit labels (the default behavior for other classes is to use the models labels on the clean data as the label to attack in that case.

@nottombrown
Copy link
Contributor Author

cc @juesato

@goodfeli goodfeli added the hackathon A small project suitable for someone to do during the monthly hackathon label Sep 24, 2018
@goodfeli
Copy link
Contributor

This works now, maybe since #509?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hackathon A small project suitable for someone to do during the monthly hackathon help wanted
Projects
None yet
Development

No branches or pull requests

3 participants