зеркало из https://github.com/mozilla/TTS.git
Merge branch 'master' of https://github.com/mozilla/TTS into dev
This commit is contained in:
Коммит
3cbf9052f7
|
@ -9,6 +9,8 @@ assignees: ''
|
|||
|
||||
Please consider posting on [TTS Discourse](https://discourse.mozilla.org/c/tts) page, if your issue is not directly related to TTS development process.
|
||||
|
||||
You can also check https://github.com/mozilla/TTS/wiki/FAQ for common questions and answers.
|
||||
|
||||
Happy posting!
|
||||
|
||||
https://discourse.mozilla.org/c/tts
|
||||
|
|
|
@ -118,6 +118,8 @@ You can also enjoy Tensorboard, if you point Tensorboard argument```--logdir```
|
|||
## Testing
|
||||
Best way to test your network is to use Notebooks under ```notebooks``` folder.
|
||||
|
||||
There is also a good [CoLab](https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/Mozilla_TTS_WaveRNN.ipynb) sample using pre-trained models (by @tugstugi).
|
||||
|
||||
## Contribution guidelines
|
||||
This repository is governed by Mozilla's code of conduct and etiquette guidelines. For more details, please read the [Mozilla Community Participation Guidelines.](https://www.mozilla.org/about/governance/policies/participation/)
|
||||
|
||||
|
@ -168,7 +170,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 WaveRNN and ParallelWaveGAN (https://github.com/erogol/WaveRNN and https://github.com/erogol/ParallelWaveGAN)
|
||||
- [ ] 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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче