Firstly, I really appreciate for this repo. It helped me a lot for learning about TTS.
But I think I met some problems on inference stage.
I trained the model with LibriTTS with adjusted configs from FastSpeech2 repo, just removing language options.
(If you wish, I will make a pull request about it. It would be helpful for others to train model.)
While the training loss was as you shown, I cannot get proper duration prediction while I'm doing inference.
I checked the training stage where synth_one_sample function operates by saving wavs, and I saw that predicted speech and reconstructed speech was fairly good quality (a bit error for mel prediction though).
So I guess there could be some issues on mel embedding for conditional normalization layer and speaker embedding.
Maybe there could be some conflicts on them?
In this sense, it will be helpful for me and other people to get some inference examples such as speaker embedding samples and inferenced samples.
I attach some samples, configs, commands here.
tested_data.zip
Firstly, I really appreciate for this repo. It helped me a lot for learning about TTS.
But I think I met some problems on inference stage.
I trained the model with LibriTTS with adjusted configs from FastSpeech2 repo, just removing language options.
(If you wish, I will make a pull request about it. It would be helpful for others to train model.)
While the training loss was as you shown, I cannot get proper duration prediction while I'm doing inference.
I checked the training stage where
synth_one_samplefunction operates by saving wavs, and I saw that predicted speech and reconstructed speech was fairly good quality (a bit error for mel prediction though).So I guess there could be some issues on mel embedding for conditional normalization layer and speaker embedding.
Maybe there could be some conflicts on them?
In this sense, it will be helpful for me and other people to get some inference examples such as speaker embedding samples and inferenced samples.
I attach some samples, configs, commands here.
tested_data.zip