From d587094dc522aa420f309831346133b593ae8766 Mon Sep 17 00:00:00 2001 From: erogol Date: Fri, 19 Jun 2020 16:55:44 +0200 Subject: [PATCH] formatting fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf25c558..13d6bcfc 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Text-to-Spectrogram: - Tacotron2: [paper](https://arxiv.org/abs/1712.05884) Attention Methods: -- Guided Attention [paper](https://arxiv.org/abs/1710.08969) -- Forward Backward Decoding [paper](https://arxiv.org/abs/1907.09006) -- Graves Attention [paper](https://arxiv.org/abs/1907.09006) -- Double Decoder Consistency [blog](https://erogol.com/solving-attention-problems-of-tts-models-with-double-decoder-consistency/) +- Guided Attention: [paper](https://arxiv.org/abs/1710.08969) +- Forward Backward Decoding: [paper](https://arxiv.org/abs/1907.09006) +- Graves Attention: [paper](https://arxiv.org/abs/1907.09006) +- Double Decoder Consistency: [blog](https://erogol.com/solving-attention-problems-of-tts-models-with-double-decoder-consistency/) Speaker Encoder: - GE2E: [paper](https://arxiv.org/abs/1710.10467)