Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

cuDNN version issues. #18

Open
physicsman opened this issue Feb 22, 2018 · 0 comments
Open

cuDNN version issues. #18

physicsman opened this issue Feb 22, 2018 · 0 comments

Comments

@physicsman
Copy link

I am using TensorFlow with GPU support on my local machine.
The README states:

(Optional) If you plan to install TensorFlow with GPU support on your local machine, follow the guide to install the necessary NVIDIA software on your system.

The official Tensorflow install page always refers to the latest Tensoflow install and this project has a locked Tensorflow version.

cudnn fails when attempting to call 'dog_detector(img_path)'

F tensorflow/stream_executor/cuda/cuda_dnn.cc:222] Check failed: s.ok() could not find cudnnCreate in cudnn DSO; dlerror: /home/jason/anaconda3/envs/dog-project/lib/python3.6/site-packages/tensorflow/python/_pywrap_tensorflow.so: undefined symbol: cudnnCreate

For me the fix was to open the 'dog-project' env: source activate dog-project
Use conda to install the toolkit: conda install -c cudatoolkit
Install a DOWNGRADED cudnn: conda install -c marta-sd cudnn

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant