mirror of https://github.com/coqui-ai/TTS.git
docs(tacotron): fix wrong paper links (#74)
This commit is contained in:
parent
204588f7c5
commit
233dfb54ae
|
@ -20,8 +20,8 @@ If you have a limited VRAM, then you can try using the Guided Attention Loss or
|
|||
|
||||
|
||||
## Important resources & papers
|
||||
- Tacotron: https://arxiv.org/abs/2006.06873
|
||||
- Tacotron2: https://arxiv.org/abs/2008.03802
|
||||
- Tacotron: [Tacotron: Towards End-to-End Speech Synthesis](https://arxiv.org/abs/1703.10135)
|
||||
- Tacotron2: [Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions](https://arxiv.org/abs/1712.05884)
|
||||
- Double Decoder Consistency: https://coqui.ai/blog/tts/solving-attention-problems-of-tts-models-with-double-decoder-consistency
|
||||
- Guided Attention Loss: https://arxiv.org/abs/1710.08969
|
||||
- Forward & Backward Decoder: https://arxiv.org/abs/1907.09006
|
||||
|
|
Loading…
Reference in New Issue