ImportError: libcudnn when running a TensorFlow program

前端 未结 8 1970
名媛妹妹
名媛妹妹 2020-12-03 07:03

I encountered the following error when trying to run a TensorFlow program:

ImportError: libcudnn.Version: cannot open shared object file: No such file or d         


        
8条回答
  •  旧巷少年郎
    2020-12-03 07:30

    At this time Tensorflow does not support cuDNN 6. If your error is that it cannot find libcudnn.so.5 and you have only installed cuDNN 6 which provides libcudnn.so.6, you'll have to install cuDNN 5 until cuDNN 6 support is introduced. There's an open bug report that you can follow on the Tensorflow Github page to find out when they start supporting cuDNN 6.

提交回复
热议问题