ImportError: libcudnn when running a TensorFlow program

前端 未结 8 1995
名媛妹妹
名媛妹妹 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:48

    You may not have installed the correct version of cuDNN.

    To determine the correct version of cuDNN, see the NVIDIA requirements to run TensorFlow with GPU support.

提交回复
热议问题