深度学习Tensorflow缺失cublas64_11.dll cublasLt64_11.dllcufft64_10.dll,cusparse64_11.dll等dll问题解决方法:

发布时间:2023年12月28日

tensorflow_gpu-2.6.0的安装与配置

深度学习Tensorflow缺失cublasLt64-11.dll cusolver64-11.dll等dll问题解决方法:

当你的tensorflow_gpu-cudnnCUDA版本下载没问题时:

你可以在命令行 python 导包,如果缺哪个包就直接去搜索结果 |DLL-files.com找,如果没有,像以下一样的情况:

2023-12-27 15:29:49.383130: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cublas64_11.dll'; dlerror: cublas64_11.dll not found

2023-12-27 15:29:49.383892: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cublasLt64_11.dll'; dlerror: cublasLt64_11.dll not found

2023-12-27 15:29:49.384477: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cufft64_10.dll'; dlerror: cufft64_10.dll not found

2023-12-27 15:29:49.508063: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cusparse64_11.dll'; dlerror: cusparse64_11.dll not found

文件直接去C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.0自己目录下找,然后改名字放在C:\Windows\System32就能用了

文章来源:https://blog.csdn.net/m0_71778249/article/details/135248519
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。