keithito / tacotron

A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
MIT License
2.95k stars 959 forks source link

training/train.txt' #342

Closed AyaLahlou closed 4 years ago

Lukelluke commented 4 years ago

Could u please tell us how u solve this problem? I countered with this too.

AyaLahlou commented 4 years ago

The training folder is created once you preprocess the data. make sure you run the preprocessing command first.

Lukelluke commented 4 years ago

The training folder is created once you preprocess the data. make sure you run the preprocessing command first.

Thank u for ur warmhearted reply . I solved this problem days ago by change the Numpy 1.16.* to 1.15.4 . It's all the fault of that . Thank u again sincerely .