From 67943c48c22e754f363c07e284c97a12bfdab8d8 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Thu, 11 Jul 2019 15:36:25 +0200 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ad43ef3..3482610d 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Some of the open-sourced datasets that we successfully applied TTS, are linked b - [Nancy](http://www.cstr.ed.ac.uk/projects/blizzard/2011/lessac_blizzard2011/) - [TWEB](https://www.kaggle.com/bryanpark/the-world-english-bible-speech-dataset) - [M-AI-Labs](http://www.caito.de/2019/01/the-m-ailabs-speech-dataset/) +- [LibriTTS](https://openslr.org/60/) ## Training and Fine-tuning LJ-Speech Here you can find a [CoLab](https://gist.github.com/erogol/97516ad65b44dbddb8cd694953187c5b) notebook for a hands-on example, training LJSpeech. Or you can manually follow the guideline below. @@ -162,6 +163,6 @@ Please feel free to offer new changes and pull things off. We are happy to discu - [Parallel WaveNet](https://arxiv.org/abs/1711.10433) --> -### Precursor implementations -- https://github.com/keithito/tacotron (Dataset and Test processing) -- https://github.com/r9y9/tacotron_pytorch (Initial Tacotron architecture) +### References +- https://github.com/keithito/tacotron (Dataset pre-processing) +- https://github.com/r9y9/tacotron_pytorch (Initial Tacotron architecture) \ No newline at end of file