博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
win10配置tensorflow1.14,1.15,2.0缺少cudart64_100.dll
阅读量:4203 次
发布时间:2019-05-26

本文共 751 字,大约阅读时间需要 2 分钟。

0.检查tensoflow gpu是否安装好

import tensoflow as tftf.test.is_gpu_availabels()

出现以下问题:

Successfully opened dynamic library cudart64_100.dll

cublas64_100.dll'; dlerror: cublas64_100.dll not found
Could not load dynamic library 'cufft64_100.dll'; dlerror: cufft64_100.dll not found
 Could not load dynamic library 'curand64_100.dll'; dlerror: curand64_100.dll not found
 Could not load dynamic library 'cusolver64_100.dll'; dlerror: cusolver64_100.dll not found
 Could not load dynamic library 'cusparse64_100.dll'; dlerror: cusparse64_100.dll not found
 Could not load dynamic library 'cudnn64_7.dll'; dlerror: cudnn64_7.dll not found

1.问题安装tensorflow缺少

以上问题是cuda和cudnn版本和tf适配为题

可以在

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin

把缺少dll 的10改成100即可。

转载地址:http://aevli.baihongyu.com/

你可能感兴趣的文章