-
Notifications
You must be signed in to change notification settings - Fork 171
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
Error : Check failed: error == cudaSuccess (30 vs. 0) unknown error #120
Comments
Did you get the error when running |
Yes Imagenet.scala. After posting, I pulled, rebuilt, and re ran with same result. |
I made a private AMI, because I wanted to stick to one version of the code. |
I'm not sure exactly what the problem is, but one starting point is to figure out exactly where the error is occuring. A couple ways to do this:
By the way, you said the problem was with ImageNetApp, but does it also occur with CifarApp? |
I had created a private AMI from a running code (after the cache changes), and the Imagenet example was running correctly on this AMI.
However, today I created a new cluster from this AMI and got the error - "Check failed: error == cudaSuccess (30 vs. 0) unknown error".
The text was updated successfully, but these errors were encountered: