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

cuDNN version issues.  #18

@physicsman

Description

@physicsman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions