You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: