From dae598eb20f9919064ae9148263605ce163a5014 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Tue, 27 Feb 2018 06:27:33 -0800 Subject: [PATCH] Readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e35d798..9931b40c 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ 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 -- Make the default Tacotron architecture functional with reasonable fidelity. [DONE] +- [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) - Using harmonized teacher forcing proposed by - Update the attention module with a monotonic alternative. (e.g GMM attention, Window based attention)