TensorFlow-gpuCould not load dynamic library ‘cudart64_102.dll‘; dlerror: cudart64_102.dll not found

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

我的问题出现在使用tensorflow-gpu时出现,导致只能使用龟速的CPU

解决办法 下载 cudart64_102.dll 放到指定路径下,也就是CUDA的安装目录下
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin
类似会出现缺少cudart64_101.dll。。。

你可能感兴趣的:(人工智能,cuda)