From 12855162ac9e1dbd1fcea9b4556a20476d51a2fd Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:38:21 +0800 Subject: [PATCH] [F] Fix wrong references --- docs/source/models/tacotron1-2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/models/tacotron1-2.md b/docs/source/models/tacotron1-2.md index f35cfeca4c..285d4f3c55 100644 --- a/docs/source/models/tacotron1-2.md +++ b/docs/source/models/tacotron1-2.md @@ -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