onnx2keras
onnx2keras copied to clipboard
cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version
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?
Hello @lawo123 .
-
v0.0.5
is very old, please, try the recent versions - '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)
Hello @lawo123 .
v0.0.5
is very old, please, try the recent versions- '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