diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ceede838..ff377f69 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.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 diff --git a/README.md b/README.md index 30a71086..e98be3c4 100644 --- a/README.md +++ b/README.md @@ -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.)