我想将我的 GPU 用于 Tensorflow。
我尝试过在仅使用tensorflow CPU的安装上无法加载动态库'cudart64_101.dll'
不幸的是,我不断收到错误Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found。我怎样才能解决这个问题?Python 版本:3.8.3、CUDA 10.1
2020-11-03 12:30:28.832014: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2020-11-03 12:30:28.832688: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cublas64_11.dll'; dlerror: cublas64_11.dll not found
2020-11-03 12:30:28.833342: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cublasLt64_11.dll'; dlerror: cublasLt64_11.dll not found
2020-11-03 12:30:28.833994: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cufft64_10.dll'; dlerror: cufft64_10.dll not found
2020-11-03 12:30:28.834645: W …Run Code Online (Sandbox Code Playgroud)