cudart64_101.dll not found解决方法

安装tensorflow GPU版本时遇到 Could not load dynamic library ‘cudart64_101.dll’; dlerror: cudart64_101.dll not found

1.在目录C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2下搜索cudart64

cudart64_101.dll not found解决方法

2.重命名为cudart64_101.dll

cudart64_101.dll not found解决方法

或者可以去网上下载一个替换掉

下载地址参考:CUDART64_101.DLL

参考链接:【1】

上一篇:java.lang.unsatisfiedLinkError:找不到指定的程序


下一篇:vue3 toRefs()函数用法