在环境:
ubuntu16.04
cuda9.0
cudnn7.0
tensorflow 1.11.0
python 3.5
我尝试使用张量流训练对象检测,我遇到了这个问题:
2018-10-18 21:31:36.796017: E tensorflow/stream_executor/cuda/cuda_dnn.cc:343] Loaded runtime CuDNN library: 7.0.5 but source was compiled with: 7.2.1. CuDNN library major and minor version needs to match or have higher minor version in case of CuDNN 7.0 or later version. If using a binary install, upgrade your CuDNN library. If building from sources, make sure the library loaded at runtime is compatible with the version specified during compile configuration.
Segmentation fault (core dumped)
这是因为tensorflow版本更高;
我使用pip3 install --upgrade --force-reinstall tensorflow-gpu==1.9.0 --user
来解决此问题。
0
我正在尝试加载NSynth权重,并且我正在使用TF版本1.7.0
我收到以下错误:
我该怎么办,应该安装哪个版本的tf,以及我到底需要哪个CUDA版本?