From c7fc31bcb2a890cc80debf57c4821392298c6463 Mon Sep 17 00:00:00 2001 From: V Date: Tue, 6 Mar 2018 22:01:32 +0100 Subject: [PATCH] fix references in readme, change format todo list --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9931b40c..856d1fb3 100644 --- a/README.md +++ b/README.md @@ -71,19 +71,20 @@ Best way to test your pretrained network is to use the Notebook under ```noteboo Any kind of contribution is highly welcome as we are propelled by the open-source spirit. If you like to add or edit things in code, please also consider to write tests to verify your segment so that we can be sure things are on the track as this repo gets bigger. ## TODO -- [DONE] Make the default Tacotron architecture functional with reasonable fidelity. -- Update the architecture with the latest improvements at the field. (e.g. Monotonic Attention, World Vocoder) +- [x] Make the default Tacotron architecture functional with reasonable fidelity. +- [ ] Update the architecture with the latest improvements at the field. (e.g. Monotonic Attention, World Vocoder) - Using harmonized teacher forcing proposed by - Update the attention module with a monotonic alternative. (e.g GMM attention, Window based attention) - References: - - [Efficient Neural Audio Synthesis](https://arxiv.org/pdf/1506.07503.pdf) - - [Attention-Based models for speech recognition](https://arxiv.org/pdf/1308.0850.pdf) - - [Char2Wav](https://openreview.net/pdf?id=B1VWyySKx) - - [VoiceLoop](https://arxiv.org/pdf/1707.06588.pdf) -- Simplify the architecture and push the limits of performance vs efficiency. -- Improve vocoder part of the network. + - [Efficient Neural Audio Synthesis](https://arxiv.org/pdf/1802.08435.pdf) + - [Attention-Based models for speech recognition](https://arxiv.org/pdf/1506.07503.pdf) + - [Generating Sequences With Recurrent Neural Networks](https://arxiv.org/pdf/1308.0850.pdf) + - [Char2Wav: End-to-End Speech Synthesis](https://openreview.net/pdf?id=B1VWyySKx) + - [VoiceLoop: Voice Fitting and Synthesis via a Phonological Loop](https://arxiv.org/pdf/1707.06588.pdf) +- [ ] Simplify the architecture and push the limits of performance vs efficiency. +- [ ] Improve vocoder part of the network. - Possible Solutions: - WORLD vocoder - - [WaveRNN](https://128.84.21.199/pdf/1802.08435.pdf) + - [WaveRNN](https://arxiv.org/pdf/1802.08435.pdf) - [Faster WaveNet](https://arxiv.org/abs/1611.09482) - [Parallel WaveNet](https://arxiv.org/abs/1711.10433)