Training stopped at Epoch 999/1000 but I still could not get reasonable results at 60k from test autputs with custom datasets. What should I do?
And how could I start training again whre I left with checkpoints?
And how could I start training again whre I left with checkpoints?
Check options (--continue_path and/or --restore_path) as described on Mozilla TTS Readme for that.
https://github.com/mozilla/tts#training-and-fine-tuning-lj-speech
Does it normal that I could not get reasonable results at 60k from test outputs? How was things in your stiation with german dataset? @thorstenMueller
60k from pure tacotron2 model training (gl vocoder) or 60k training steps from (which) vocoder?
We trained our german taco2 model for 460k steps and used a pwgan vocoder trained for 925k steps - leading to this quality level:
https://drive.google.com/file/d/1cDIq4QG6i60WjUYNT6fr2cpEjFQIi8w5/view?usp=sharing
Adding to @thorstenMueller, we could hear about 2/3 of the words at 60k. Not nice or always complete, but you could understand some words.
I close guessing the issue is addressed.