From 725f22861a42fe62555f91519c0b04362432016e Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Tue, 12 Nov 2019 12:44:37 +0100 Subject: [PATCH] add ParallelWaveGAN to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d807f8fc..70173afb 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Please feel free to offer new changes and pull things off. We are happy to discu - [x] Generate human-like speech on a different dataset (Nancy) (TWEB). - [x] Train TTS with r=1 successfully. - [x] Enable process based distributed training. Similar to (https://github.com/fastai/imagenet-fast/). -- [x] Adapting Neural Vocoder. TTS works with (https://github.com/erogol/WaveRNN) +- [x] Adapting Neural Vocoder. TTS works with WaveRNN and ParallelWaveGAN (https://github.com/erogol/WaveRNN and https://github.com/erogol/ParallelWaveGAN) - [ ] Multi-speaker embedding. - [ ] Model optimization (model export, prunning etc.)