We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi author,
I'm developing a robust model.
For some mathematical reasons, input images should be defined in range [0, 1].
However, attacks are implemented by tanh which range is [-0.5, 0.5].
L_0 and L_inf do not provide any parameters boxmin and boxmax to shift range to [boxmin, boxmax].
Someone implement configurable range in L_2 attack.
Can we safely modify L_0 and L_inf attacks based on this commit?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi author,
I'm developing a robust model.
For some mathematical reasons, input images should be defined in range [0, 1].
However, attacks are implemented by tanh which range is [-0.5, 0.5].
L_0 and L_inf do not provide any parameters boxmin and boxmax to shift range to [boxmin, boxmax].
Someone implement configurable range in L_2 attack.
| Author: w
| Date: Wed Oct 18 09:05:25 2017 +0800
|
| Make range of box constraints configurable
|
Can we safely modify L_0 and L_inf attacks based on this commit?
The text was updated successfully, but these errors were encountered: