keras2caffe icon indicating copy to clipboard operation
keras2caffe copied to clipboard

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

Open ChaoYu123 opened this issue 6 years ago • 1 comments

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.

ChaoYu123 avatar Dec 11 '18 02:12 ChaoYu123

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

uhfband avatar Dec 11 '18 05:12 uhfband