Nvidia GPU is not running

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 4

The 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

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like