From 37c98602df7ae25497aacb325525ef84e9c9aa0f Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Tue, 23 Jan 2018 14:19:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a14be379..450df401 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Tacotron (Work in Progress...) Here we have pytorch implementation of: - - Tacotron: [A Fully End-to-End Text-To-Speech Synthesis Model](https://arxiv.org/abs/1703.10135). - - Tacotron2 (TODO): [Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions](https://arxiv.org/pdf/1712.05884.pdf) +- Tacotron: [A Fully End-to-End Text-To-Speech Synthesis Model](https://arxiv.org/abs/1703.10135). +- Tacotron2 (TODO): [Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions](https://arxiv.org/pdf/1712.05884.pdf) At the end, it should be easy to add new models and try different architectures.