From 0ad7a7bd4754e01468b221899ae657bf1663df60 Mon Sep 17 00:00:00 2001 From: Muhammed Taskiran <12900358+0xMilly@users.noreply.github.com> Date: Wed, 17 Oct 2018 21:30:43 +0200 Subject: [PATCH] Update README.md Fixed the TODO list syntax. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5717575..3028cb7e 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ Please feel free to offer new changes and pull things off. We are happy to discu ## Major TODOs - [x] Implement the model. - [x] Generate human-like speech on LJSpeech dataset. -- [] Generate human-like speech on a different dataset. -- [] Adapting Neural Vocoder. -- [] Multi-speaker embedding. +- [ ] Generate human-like speech on a different dataset. +- [ ] Adapting Neural Vocoder. +- [ ] Multi-speaker embedding. ## References - [Efficient Neural Audio Synthesis](https://arxiv.org/pdf/1802.08435.pdf)