我刚刚通过安装了最新版本的 Tensorflow pip install tensorflow,每当我运行程序时,我都会收到日志消息:
W tensorflow/stream_executor/platform/default/dso_loader.cc:55] 无法加载动态库“cudart64_101.dll”;dlerror: 找不到 cudart64_101.dll
这很糟糕吗?如何修复错误?
我安装了CUDA 9.0,因为没有它,Tensorflow会给出错误:
ImportError:找不到“ cudart64_90.dll”。TensorFlow要求将此DLL安装在%PATH%环境变量中命名的目录中。
我将路径变量设置为CUDA 9.0安装的bin目录,其中存在所需的DLL文件。我也尝试将其设置为其父目录。但这仍然给我同样的错误。我重新启动了Jupuyter笔记本内核,但没有帮助。
tensorflow-gpu使用 NVidia GPU 在 Windows 上运行 2.x Python 包的步骤是什么?
即我怎样才能摆脱Could not find 'cudart64_101.dll'然后Could not find 'cudnn64_7.dll'?