Is there a tensorflow version that is compatible with Cuda 9.0 and cudnn 7.1
This should be possible with tensorflow_gpu-1.9.0. Linked below is a table which displays compatibilities of CUDA and cuDNN with varying versions of tensorflow.
This should be possible with tensorflow_gpu-1.9.0. Linked below is a table which displays compatibilities of CUDA and cuDNN with varying versions of tensorflow.
Installing CuDNN just involves placing the files in the CUDA directory. If you have specified the routes and the CuDNN option correctly while installing caffe it will be compiled with CuDNN. You can check that using cmake. Create a directory caffe/build and run cmake .. from there. If the configuration is correct you will see these lines: If everything is … Read more
To check which devices are available to TensorFlow you can use this and see if the GPU cards are available: Edit Also, you should see this kind of logs if you use TensorFlow Cuda version :