dc_tts
dc_tts copied to clipboard
Prepo.py says it can't find cudart64_100.dll
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
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
Yeah, tensorflow (as of now) isn't compatible with cuda 10.1 I made the same mistake myself at first.