TensorFlow on Windows: “Couldn't open CUDA library cudnn64_5.dll”

后端 未结 12 2081
渐次进展
渐次进展 2021-01-01 17:35

Tensorflow just released windows support. I installed the gpu version and CUDA 8.0 and python 3.5. However, after I import the tensorflow I got the following error:

12条回答
  •  太阳男子
    2021-01-01 18:12

    You can also put the cuda64_5.dll in the C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\bin directory and it works fine.

    You can use the folder GUI and load the .dll into the directory. Then you dont need to define the PATH every time you use Tensorflow.

提交回复
热议问题