This commit is contained in:
root 2020-01-15 11:54:32 +01:00
Родитель 94c6cb8e07 1b16e34f82
Коммит 3cbf9052f7
2 изменённых файлов: 5 добавлений и 1 удалений

2
.github/ISSUE_TEMPLATE.md поставляемый
Просмотреть файл

@ -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)