RuntimeError: (PreconditionNotMet) The third-party dynamic library (cublas64_102.dll;cublas64_10.dll

运行paddle报错:

错误1:

RuntimeError: (PreconditionNotMet) The third-party dynamic library (cublas64_102.dll;cublas64_10.dll) that Paddle depends on is not configured correctly. 

解决办法:

找到NVIDIA GPU Computing Toolkit安装目录:

例如:路径为C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin

在bin路径下将cublas64_100.dll重命名为cublas64_10.dll 

 

错误2:

RuntimeError: (PreconditionNotMet) The third-party dynamic library (cusolver64_102.dll;cusolver64_10.dll) that Paddle depends on is not configured correctly.

类似上述解决办法:

在bin路径下将cusolver64_100重命名为cusolver64_10

 

你可能感兴趣的:(paddlepaddle飞桨,深度学习,神经网络,自然语言处理)