TensorSpeech / TensorFlowTTS

:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
https://tensorspeech.github.io/TensorFlowTTS/
Apache License 2.0
3.85k stars 815 forks source link

Question about training fastspeech2 with v1.yaml vs y2.yaml #422

Closed JunjunCui closed 3 years ago

JunjunCui commented 3 years ago

Hi~ Thanks for your contribution. It's a real meaningful work. I trained a fastspeech2 model on own dataset for Chinese language. I trained well on v2.yaml, but I couldn't converge good on v1.yaml,this is their loss trajectory. Would you mind suggesting me to improve the v1 fastspeech2 . image

dathudeptrai commented 3 years ago

Hi~ Thanks for your contribution. It's a real meaningful work. I trained a fastspeech2 model on own dataset for Chinese language. I trained well on v2.yaml, but I couldn't converge good on v1.yaml,this is their loss trajectory. Would you mind suggesting me to improve the v1 fastspeech2 . image

i'm not sure what is a problem but the v should be better than v2 :)). But if v2 is better in ur case, so let use v2 and just don't care about v1 :))

JunjunCui commented 3 years ago

Hi~ Thanks for your contribution. It's a real meaningful work. I trained a fastspeech2 model on own dataset for Chinese language. I trained well on v2.yaml, but I couldn't converge good on v1.yaml,this is their loss trajectory. Would you mind suggesting me to improve the v1 fastspeech2 . image

i'm not sure what is a problem but the v should be better than v2 :)). But if v2 is better in ur case, so let use v2 and just don't care about v1 :))

Thanks for your reply. There is a little badcase in my results on V2, so I want to try V1, but the convergence is worse.

dathudeptrai commented 3 years ago

@JunjunCui try to use smaller initalize learning rate for v1.

JunjunCui commented 3 years ago

@JunjunCui try to use smaller initalize learning rate for v1.

Thanks! i will try it

JunjunCui commented 3 years ago

@dathudeptra I used a smaller initial learning rate on V1 and got a good convergence, thank you!! image

dathudeptrai commented 3 years ago

@JunjunCui :D