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

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

在 windows 下,使用 import tensorflow 时,如果出现 Couldn't open CUDA library cudnn64_5.dll ,同时也会伴随,如下的一些错误:

Couldn't open CUDA library cudnn64_5.dll
Unable to load cuDNN DSO

出现该问题,常常是 cuda 环境变量的配置问题。使用 everything 等本地文件检索工具查看 cudnn64_5.dll 文件的路径信息,并将其添加进 PATH 路径下。

原文地址:https://www.cnblogs.com/mtcnn/p/9421659.html