dc_tts icon indicating copy to clipboard operation
dc_tts copied to clipboard

Prepo.py says it can't find cudart64_100.dll

Open markwitt1 opened this issue 5 years ago • 2 comments

When I am running prepo.py, it says: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found

markwitt1 avatar Nov 13 '19 19:11 markwitt1

Fixed it myself :) if anyone has the same problem you need to install the 2018 version of cuda https://developer.nvidia.com/cuda-10.0-download-archive

markwitt1 avatar Nov 13 '19 20:11 markwitt1

Yeah, tensorflow (as of now) isn't compatible with cuda 10.1 I made the same mistake myself at first.

Traincraft101 avatar Nov 27 '19 20:11 Traincraft101