ChenYingpeng / caffe-yolov3

A real-time object detection framework of Yolov3/v4 based on caffe
474 stars 231 forks source link

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

Open persuelx opened 4 years ago

persuelx commented 4 years ago

I used CUDA 10.0 2080ti NVIDIA card ,I have modified NVIDIA card capacity of calculation in CMakeLists,and I make successfully,also Caffe can run successfully and train in CUDA 10. but when I run the program ,error appeared like this "Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version". How can I change it,thank you.

xiejinaa commented 4 years ago

Have you tried update the driver version of 2080ti. Check the updating driver version box during install CUDA. to reinstall CUDA is advised.