美文网首页我爱编程
ImportError: DLL load failed: 找不

ImportError: DLL load failed: 找不

作者: 朱百万 | 来源:发表于2018-05-07 20:39 被阅读0次

Windows 10 + CUDA 7.5+ cuDNN 6

安装Tensorflow 1.8,输入 import tensorflow as tf 出现以下错误

ImportError: DLL load failed: 找不到指定的模块。

使用Process Monitor监视发现找不到以下文件

cufft64_80.dll

curand64_80.dll

cublas64_80.dll

把这几个文件复制到c:\windows\system32解决。随便复制到Path中指定的位置就行,或者把这几个文件所在路径写到Path中。

相关文章

网友评论

    本文标题:ImportError: DLL load failed: 找不

    本文链接:https://www.haomeiwen.com/subject/hrxbrftx.html