uhfband / keras2caffe

Keras to Caffe model converter tool
MIT License
67 stars 22 forks source link

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

Open ChaoYu123 opened 5 years ago

ChaoYu123 commented 5 years ago

Hi, when I tried to convert my keras model into caffe, Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version problem came out. I wonder if someone has the same problem.

uhfband commented 5 years ago

It's Caffe related problem. You can try build Caffe without CUDNN, or upgrade CUDA runtime version.