We've just open-sourced our implementation of TransformerTTS ๐Ÿค–๐Ÿ’ฌ: a Text-to-Speech Transformer. It's based on a Microsoft paper: Neural Speech Synthesis with Transformer Network. It's written in TensorFlow 2 and uses all its cool features.

The best thing on our implementation though is that you can easily use the WaveRNN Vocoder to generate human-level synthesis. We also provide samples and a Colab notebook. Make sure to check it out and please star โญ๏ธ the repo and share it! We're already working on the Forward version of TransformerTTS and we'll release it soon as well.

๐ŸŽง Samples: https://as-ideas.github.io/TransformerTTS/

๐Ÿ”ค Github: https://github.com/as-ideas/TransformerTTS

๐Ÿ“• Colab notebook: https://colab.research.google.com/github/as-ideas/TransformerTTS/blob/master/notebooks/synthesize.ipynb

Posted by uniqueone
,