-
Notifications
You must be signed in to change notification settings - Fork 198
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
Printing attack adversaries in a verbose mode, for better debugging purpose #32
Comments
After running with CUDA_LAUNCH_BLOCKING=1, I might get a more specific stacktrace:
|
I did some search, and found something like the following It seems that pre-complied pytorch does not work old nvidia gpus, and compile from scratch might make it work. But I don't have an old gpu in hand so cannot do this test myself. |
I might have sent you on the wrong track. Sorry about that. That being said, you may close the issue and sorry one more time |
@stefan-matcovici Thanks for the suggestion. I changed the title of this issue, and labeled it as a todo item. |
Full stacktrace:
I am trying to use the CarliniWagnerL2Attack. I am using the code tutorial_train_mnist.py but for checking robust accuracy. When I run locally (GTX1050) everything works. When I try to run on a nvidia K20 or M40 I get this error.
The text was updated successfully, but these errors were encountered: