Tensorflow GPU要求cudart64_100.dll,但文件在文件夹中

问题描述 投票:0回答:1

我在tensorflow gpu 2.0.0中遇到了两个问题:

tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found

还有:

tensorflow.python.framework.errors_impl.InternalError: cudaGetDevice() failed. Status: cudaGetErrorString symbol not found.

我已经尝试重新安装所有内容,但没有成功,也重命名了系统变量,但也无济于事。如果您能帮助我,我将不胜感激。谢谢!

tensorflow dll tensorflow2.0
1个回答
0
投票

我有同样的问题。您必须将“ C:\ Users \ USUARIO \ Anaconda3 \ envs \ tf-gpu \ Library \ bin”添加到系统PATH环境变量中。

© www.soinside.com 2019 - 2024. All rights reserved.