Corrected Typo error

prunning ->model pruning
This commit is contained in:
Anand 2019-12-01 13:26:43 +05:30 committed by GitHub
parent 4ff2b2f6a6
commit 464a3bc46d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.)
<!--## References
- [Efficient Neural Audio Synthesis](https://arxiv.org/pdf/1802.08435.pdf)