EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

Could not load dynamic library 'cudart64_100.dll #503

Closed Kiwigamer closed 3 years ago

Kiwigamer commented 4 years ago

It is working but on CPu instead of GPU. I install CUDNN and CUDA with the Version in the Video. Here the complete "Warning":

2020-06-24 17:48:16.336891: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found 2020-06-24 17:48:16.836656: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.

a1684633 commented 4 years ago

You can try google "cudart64_100.dll" and download it. Then put it into tensorflow/stream_executor/platform/default dirctory.