【Visual Studio Code】加载saved_model.pb时报错缺失‘cudart64_110.dll‘等

如果报错Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found

将对应的'cudart64_110.dll'复制到C:\Windows\System32下即可

如果VScode仍继续报错,重新启动软件即解决问题。

同理,若仍有相同报错

Could not load dynamic library 'cublas64_11.dll'; dlerror: cublas64_11.dll not found

Could not load dynamic library 'cublasLt64_11.dll'; dlerror: cublasLt64_11.dll not found

Could not load dynamic library 'cusolver64_11.dll'; dlerror: cusolver64_11.dll not found

Could not load dynamic library 'cusparse64_11.dll'; dlerror: cusparse64_11.dll not found

同样将对应的dll文件放在C:\Windows\System32下即可。

如果DLL文件下载不成功,可以搜索电脑中其它虚拟环境下的CUDA是否包含对应文件,复制过去即可。

【Visual Studio Code】加载saved_model.pb时报错缺失‘cudart64_110.dll‘等_第1张图片

你可能感兴趣的:(vscode,ide,编辑器)