w10 下third-party dynamic library (cudnn64_7.dll) that Paddle depends on is not configured correctly.

paddl出了问题
我的版本是cudnn-10.2-windows10-x64-v7.6.5.32
本地配置好了cuda 因为pytorch是可以用的,所以我确定没问题
下载压缩包bin文件夹
w10 下third-party dynamic library (cudnn64_7.dll) that Paddle depends on is not configured correctly._第1张图片
w10 下third-party dynamic library (cudnn64_7.dll) that Paddle depends on is not configured correctly._第2张图片
将这个文件解压到C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2
w10 下third-party dynamic library (cudnn64_7.dll) that Paddle depends on is not configured correctly._第3张图片
w10 下third-party dynamic library (cudnn64_7.dll) that Paddle depends on is not configured correctly._第4张图片
验证代码

import paddle.fluid
print(paddle.utils.run_check())

你可能感兴趣的:(python,paddlepaddle)