RstarCNN icon indicating copy to clipboard operation
RstarCNN copied to clipboard

Error Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version

Open aamodkore opened this issue 9 years ago • 1 comments

Hi, I am trying to run the code to test the RCNN classifier on the VGG16 reference model, but I get the error:

F0408 15:16:28.126595 23712 common.cpp:141] Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version *** Check failure stack trace: *** Aborted (core dumped)

Could you help me with the issue? Is it a problem with the CUDA version? If so, which version is needed to make the code run?

aamodkore avatar Apr 08 '16 06:04 aamodkore

It definitely seems to be a CUDA version issue. Make sure you follow Caffe's guidelines for installing and use the right drivers. I know it is a painful process, but unfortunately it's necessary.

gkioxari avatar Apr 12 '16 05:04 gkioxari