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
+1 -1
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)