From 82df8a154224c67c14ecdfec586903999c656d5b Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Wed, 4 Apr 2018 15:21:58 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 13e73b7a..35fd19f7 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,7 @@ Any kind of contribution is highly welcome as we are propelled by the open-sourc - [WaveRNN](https://arxiv.org/pdf/1802.08435.pdf) - [Faster WaveNet](https://arxiv.org/abs/1611.09482) - [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) From 16d89600a62c153f133b456b150195750ce7134e Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Mon, 9 Apr 2018 12:51:35 -0300 Subject: [PATCH 2/2] Add missing dependencies from requirements.txt --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 151e1f5f..084c8bf8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,6 @@ inflect unidecode tensorboard tensorboardX +torch +matplotlib +Pillow \ No newline at end of file