Kyubyong / tacotron

A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model
Apache License 2.0
1.83k stars 436 forks source link

Different result in train and eval and synthesize mode #132

Open xiawenxing opened 4 years ago

xiawenxing commented 4 years ago

I trained my model and run eval.py regularly. Then I open tensorboard to listen to the audio sample in both mode. The audio in train mode is very clear but the audio in eval mode is noisy and cannot hear anything. Also the train loss is lower than 0.075 but eval loss is 1.0. Then I run synthesize.py to generate sample. But the sample is same as eval mode. Can anyone told me how to fix it and why? thkxxxxxx