xcmyz / FastSpeech

The Implementation of FastSpeech based on pytorch.
MIT License
858 stars 213 forks source link

FastSpeech2 support? #76

Closed LLianJJun closed 4 years ago

LLianJJun commented 4 years ago

Hello, I find an interested paper(https://arxiv.org/pdf/2006.04558.pdf) called FastSpeech2. It is an advanced version of FastSpeech, which eliminates the teacher model and directly combines PWG training to generate speech directly from text. The results of the paper show that the phonetic quality and synthesis speed of speech are good. Are you planning to implement Fastspeech2?

dathudeptrai commented 4 years ago

@LLianJJun i just released the fastspeech2 model, and the quality seem quite good compared with fastspeech1, fastspeech2s is training now :))). pls, checkout https://github.com/dathudeptrai/TensorflowTTS

LLianJJun commented 4 years ago

@dathudeptrai thanks! :))