-
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
Caffe not working on GPU 0, but works fine on GPU 1 #4041
Comments
Can you give more information? From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:
Also, can you look at other Issues that mention |
@alfredox10 can u share your solutions for this problem? |
I believe it was a driver mismatch error. This error was persistent for a long time, and it only went away after we updated one machine to the latest drivers and another was completely reset and everything was reinstalled. |
think you for your help. |
@alfredox10 I'm closing since you seem to have solved the issued. |
We have an issue popping up in our multi-gpu systems. For some reason running python where we use the caffemodel files to detect objects returns:
CUBLAS_STATUS_SUCCESS (14 vs. 0) CUBLAS_STATUS_INTERNAL_ERROR
I have verified this is not a memory issue because the process only uses about 500 MB on our 3 GB gpus, and GPU 0 only uses 20-30% memory on idle.
Ubuntu 14.04, Caffe (latest-master), cudnn 3, CUDA 7.5, NVIDIA 352, GTX 780 Ti
full log: http://pastebin.com/a5ZYU83q
The text was updated successfully, but these errors were encountered: