From 464a3bc46d211624972e20e81cb7fce5b845e2a9 Mon Sep 17 00:00:00 2001 From: Anand <40825655+anand372@users.noreply.github.com> Date: Sun, 1 Dec 2019 13:26:43 +0530 Subject: [PATCH] Corrected Typo error prunning ->model pruning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc29a569..5d85194d 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Please feel free to offer new changes and pull things off. We are happy to discu - [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) - [ ] Multi-speaker embedding. -- [ ] Model optimization (model export, prunning etc.) +- [ ] Model optimization (model export, model pruning etc.)