Ubuntu 14.04, CUDA Version 7.5.18, nightly build of tensorflow
While running a tf.nn.max_pool()
operation in tensorflow, I got the following error:
E tensorflow/stream_executor/cuda/cuda_dnn.cc:286] Loaded cudnn library: 5005 but source was compiled against 4007. If using a binary install, upgrade your cudnn library to match. If building from sources, make sure the library loaded matches the version you specified during compile configuration.
W tensorflow/stream_executor/stream.cc:577] attempting to perform DNN operation using StreamExecutor without DNN support
Traceback (most recent call last):
...
How do I specify my cudnn version in the compile configuration of tensorflow?