-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
CUDA driver 331.38 incompatibility #64
Labels
Comments
Just for reference, the driver version in CUDA 5.5 is 319.37. Maybe upgrading should be delayed until CUDA 6.0 is released. |
This driver is neither current nor the default with CUDA releases, so this warning is no longer needed. |
Closed
lukeyeager
added a commit
to lukeyeager/caffe
that referenced
this issue
Nov 3, 2015
…lation Cherry-pick gradient accumulation fix for v0.14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is some kind of CUDA incompatibility with NVIDIA driver 331.38. To fix, downgrade to 331.20.
Original detective work by @rbgirshick :
We isolated it to an problem with the backwards pass of conv4. The problem manifested itself as GPU utilization dropping to ~3%, nothing happening for a while, and then the caffe process segfaulting.
As far as we know, this is a bug with the driver (Caffe works properly on all other versions tried).
The text was updated successfully, but these errors were encountered: