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

后端 未结 12 2084
渐次进展
渐次进展 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 17:55

    You have to download cudnn of your system, and extract it in the CUDA_PATH.

    My CUDA_PATH is C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0

提交回复
热议问题