I have the following error. I use the conda setting of tensor flow. I'm struggling to use it with my 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)
which returns nvcc /usr/local/cuda-7.5/bin/nvcc
Returns nvcc version of Cuda compilation tools, release 7.5, V7.5.17
I tried downloading CuDNN v5.1 and did the following, but it did not work either `` sudo cp lib * / usr / local / cuda-7.5 / lib64 / sudo cp include / cudnn.h / usr / local / cuda-7.5 / include / sudo ldconfig
`` ``
I also tried in another folder sudo cp lib* /usr/local/cuda/lib64/ sudo cp include/cudnn.h /usr/local/cuda/include/ sudo ldconfig
tensorflow
Ritchie
source share