Skip to content

Commit

Permalink
[F] Fix wrong references
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Aug 24, 2024
1 parent 439fb45 commit 1285516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/models/tacotron1-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1285516

Please sign in to comment.