Closed wanshun123 closed 5 years ago
Hi, I guess you need to check your environment of your machine to see what happened, especially the tensorflow version.
Appears to have been an issue with my machine and different versions of tensorflow, CUDA and nvidia drivers - in the end it looks to be running with the following:
CUDA 9.0 tensorflow-gpu 1.5 cuDNN 7.0.4 NVIDIA-SMI 384.81
Using the latest versions of everything failed.
I have the LJSpeech dataset in /database/LJSpeech-1.0 and am trying to preprocess it as follows:
sudo python3 preprocess.py --dataset ljspeech
This results in the following:
Wondering if others have ran into this or it's just an issue with my machine.