我正在使用 ubuntu 16.04,我的 Nvidia GPU 版本是“GP104 [GeForce GTX 1080]”。
我安装了 CUDA,其版本是“CUDA Version 9.0.176”。
然后运行命令“cat /usr/include/cudnn.h | grep CUDNN_MAJOR -A 2”。我得到了 CUDNN 版本以下结果:
CUDNN_MAJOR 7
CUDNN_MINOR 6
CUDNN_PATCHLEVEL 4
问题是我的 GPU 没有运行,而我的代码在 CPU 上运行。
而TensorFlow、Tensor等的版本号分别为:
tensorboard==1.12.0
tensorflow==1.12.2
tensorflow-estimator==1.13.0
tensorflow-gpu==1.12.2
上述配置是否存在兼容性问题?