I am using ubuntu 16.04 and my Nvidia GPU version is "GP104 [GeForce GTX 1080]".
I installed CUDA and its version is "CUDA Version 9.0.176".
And by running the command "cat /usr/include/cudnn.h | grep CUDNN_MAJOR -A 2". I get the following results for the CUDNN version :
CUDNN_MAJOR 7 CUDNN_MINOR 6 CUDNN_PATCHLEVEL 4The problem is that my GPU is not running and my code is running on CPU.
And the version of TensorFlow, Tensor, etc. versions are:
tensorboard==1.12.0 tensorflow==1.12.2 tensorflow-estimator==1.13.0 tensorflow-gpu==1.12.2 Is there any compatibility issue in the above configuration?
11 Reset to default