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
The issue tracker should only be used to report bugs or feature requests. If you are looking for support from other library users, please ask a question on StackOverflow.
Describe the bug
I used the PGD method in this folder but I use double precision in my models thus encountered an error while using the attack
cleverhans/cleverhans/torch/attacks/projected_gradient_descent.py
I found a way of fixing the problem:
line 74 in cleverhans/cleverhans/torch/attacks/fast_gradient_method.py
instead of:
The issue tracker should only be used to report bugs or feature requests. If you are looking for support from other library users, please ask a question on StackOverflow.
Describe the bug
I used the PGD method in this folder but I use double precision in my models thus encountered an error while using the attack
cleverhans/cleverhans/torch/attacks/projected_gradient_descent.py
I found a way of fixing the problem:
line 74 in cleverhans/cleverhans/torch/attacks/fast_gradient_method.py
instead of:
I put
My solution then covers double precision and simple precision
The text was updated successfully, but these errors were encountered: