我有以下错误.我正在使用tensorflow的conda安装.我正在努力尝试将它与我的GPU一起使用.
Loaded runtime CuDNN library: 5005 (compatibility version 5000) but source was compiled with 5103 (compatibility version 5100). If using a binary install, upgrade your CuDNN library to match. If building from sources, make sure the library loaded at runtime matches a compatible version specified during compile configuration.
F tensorflow/core/kernels/conv_ops.cc:526] Check failed: stream->parent()->GetConvolveAlgorithms(&algorithms)
Aborted (core dumped)
哪个nvcc返回
/usr/local/cuda-7.5/bin/nvcc
nvcc版本返回
Cuda compilation tools, release 7.5, V7.5.17
我尝试下载CuDNN v5.1并执行以下操作,但它无法正常工作```sudo cp lib*/usr/local/cuda-7.5/lib64/ sudo cp include/cudnn.h/usr/local/cuda- 7.5/include/sudo ldconfig
```
我也试过了另一个文件夹
sudo cp lib* /usr/local/cuda/lib64/ …
tensorflow ×1