You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have nvidia driver 384.130 version, cuda 9.0 ver, cudnn 7.6.4
I tried python app.py , an error occurs “tensorflow.python.framework.errors_impl.InternalError.cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version.
so I downgraded tensorflow-gpu version from 2.1 to 1.14.
I run python app.py agian. and then another error occurred “ModuleNotFoundERror : No module named ‘tensorflow.keras’”
I downloaded tensorflow 2.1 ver again..
How can I fix it? :(
Thanks.
The text was updated successfully, but these errors were encountered:
I have nvidia driver 384.130 version, cuda 9.0 ver, cudnn 7.6.4
I tried
python app.py
, an error occurs “tensorflow.python.framework.errors_impl.InternalError.cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version.so I downgraded tensorflow-gpu version from 2.1 to 1.14.
I run
python app.py
agian. and then another error occurred “ModuleNotFoundERror : No module named ‘tensorflow.keras’”I downloaded tensorflow 2.1 ver again..
How can I fix it? :(
Thanks.
The text was updated successfully, but these errors were encountered: