RstarCNN
RstarCNN copied to clipboard
Error Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version
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?
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.