Update README.md

Fixed the TODO list syntax.
This commit is contained in:
Muhammed Taskiran 2018-10-17 21:30:43 +02:00 committed by GitHub
parent c0778fa16d
commit 0ad7a7bd47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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)