Skip to content

Commit

Permalink
Add vocoding branch info.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrancesco committed Mar 16, 2021
1 parent b8f548a commit 876505a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Our pre-trained LJSpeech model is compatible with the pre-trained vocoders:

(older versions are available also for [WaveRNN](https://github.com/fatchord/WaveRNN))

For quick inference with these vocoders, checkout the [Vocoding branch](https://github.com/as-ideas/TransformerTTS/tree/vocoding)

#### Non-Autoregressive
Being non-autoregressive, this Transformer model is:
- Robust: No repeats and failed attention modes for challenging sentences.
Expand All @@ -41,6 +43,7 @@ Try it out on Colab:
## Updates
- 06/20: Added normalisation and pre-trained models compatible with the faster [MelGAN](https://github.com/seungwonpark/melgan) vocoder.
- 11/20: Added pitch prediction. Autoregressive model is now specialized as an Aligner and Forward is now the only TTS model. Changed models architectures. Discontinued WaveRNN support. Improved duration extraction with Dijkstra algorithm.
- 03/20: Vocoding branch.

## 馃摉 Contents
- [Installation](#installation)
Expand Down

0 comments on commit 876505a

Please sign in to comment.