From 5d084535c3c9ada39efd5a34ecc27c33627e5d63 Mon Sep 17 00:00:00 2001 From: erogol Date: Fri, 17 Jul 2020 12:57:22 +0200 Subject: [PATCH] model optimization is done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ee0b7f6..ff88e7d7 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ If you like to use TTS to try a new idea and like to share your experiments with - [x] Enable process based distributed training. Similar to (https://github.com/fastai/imagenet-fast/). - [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, model pruning etc.) +- [x] Model optimization (model export, model pruning etc.)