onnx2keras icon indicating copy to clipboard operation
onnx2keras copied to clipboard

cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version

Open lawo123 opened this issue 4 years ago • 2 comments

I used onnx2keras tag v0.0.5, tensorflow-gpu 1.14.0 cuda 10.0.when i run ,i got the error 'tensorflow.python.framework.errors_impl.InternalError: cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version'.If i used twnsorflow-gpu==1.13.1 is ok. But if i used pytorch2keras is ok on tensorflow 1.14.0.why?what is different?

lawo123 avatar Jun 29 '20 11:06 lawo123

Hello @lawo123 .

  1. v0.0.5 is very old, please, try the recent versions
  2. 'CUDA driver version is insufficient for CUDA runtime version' means you try to use CUDA version that is differ from you driver's version. You can update GPU drivers (or restart you computer if you already have done that to apply changes)

gmalivenko avatar Jun 30 '20 10:06 gmalivenko

Hello @lawo123 .

  1. v0.0.5 is very old, please, try the recent versions
  2. 'CUDA driver version is insufficient for CUDA runtime version' means you try to use CUDA version that is differ from you driver's version. You can update GPU drivers (or restart you computer if you already have done that to apply changes)

I used pytorch2keras is ok.but if i pip install onnx2keras it occurs error.I don't know why. I know pip will install tensorflow2.0,i uninstall it and pip install tensorflow-gpu==1.14.0. I ask that Because I want to modify some codes.thank you very much for your reply

lawo123 avatar Jul 01 '20 05:07 lawo123