TTS: [Bug] Tacotron 2 with DCA is broken
🐛 Description
I’ve trained vanilla T2+DCA for 300k steps on the current main
branch and it sounds/looks broken.
To Reproduce
Environment
Additional context
Train alignment figure:
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (13 by maintainers)
all is good, closing this. Thanks @lexkoro
@erogol perfect thank you! I’m waiting for my training to run, posting results here tonight and closing the issue.
This recipe works flawlessly
https://github.com/coqui-ai/TTS/blob/UpdateDCARecipe/recipes/ljspeech/tacotron2-DCA/train_tacotron_dca.py
Might be because you are using np.log with spec_gain: 20, either try
or
Started to train the LJSpeech DCA recipe. I share my updates here if there is an issue or not