mirror of https://github.com/coqui-ai/TTS.git
Update README.md
This commit is contained in:
parent
e663d8fecb
commit
1e7472bdb8
10
README.md
10
README.md
|
@ -6,6 +6,7 @@ TTS comes with [pretrained models](https://github.com/coqui-ai/TTS/wiki/Released
|
||||||
<!-- []() -->
|
<!-- []() -->
|
||||||
[](https://opensource.org/licenses/MPL-2.0)
|
[](https://opensource.org/licenses/MPL-2.0)
|
||||||
[](https://badge.fury.io/py/TTS)
|
[](https://badge.fury.io/py/TTS)
|
||||||
|
[]
|
||||||
|
|
||||||
:loudspeaker: [English Voice Samples](https://erogol.github.io/ddc-samples/) and [SoundCloud playlist](https://soundcloud.com/user-565970875/pocket-article-wavernn-and-tacotron2)
|
:loudspeaker: [English Voice Samples](https://erogol.github.io/ddc-samples/) and [SoundCloud playlist](https://soundcloud.com/user-565970875/pocket-article-wavernn-and-tacotron2)
|
||||||
|
|
||||||
|
@ -230,7 +231,7 @@ In case of any error or intercepted execution, if there is no checkpoint yet und
|
||||||
You can also enjoy Tensorboard, if you point Tensorboard argument```--logdir``` to the experiment folder.
|
You can also enjoy Tensorboard, if you point Tensorboard argument```--logdir``` to the experiment folder.
|
||||||
|
|
||||||
## Contribution guidelines
|
## Contribution guidelines
|
||||||
his 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/)
|
Please follow the steps below as you send a PR for :frog:. It helps us to keep things organized.
|
||||||
|
|
||||||
1. Create a new branch.
|
1. Create a new branch.
|
||||||
2. Implement your changes.
|
2. Implement your changes.
|
||||||
|
@ -252,13 +253,6 @@ cardboardlinter --refspec master
|
||||||
Feel free to ping us at any step you need help using our communication channels.
|
Feel free to ping us at any step you need help using our communication channels.
|
||||||
[Here](https://github.com/firstcontributions/first-contributions) is a good resource for complete beginners.
|
[Here](https://github.com/firstcontributions/first-contributions) is a good resource for complete beginners.
|
||||||
|
|
||||||
## Collaborative Experimentation Guide
|
|
||||||
If you like to use TTS to try a new idea and like to share your experiments with the community, we urge you to use the following guideline for a better collaboration.
|
|
||||||
(If you have an idea for better collaboration, let us know)
|
|
||||||
- Create a new branch.
|
|
||||||
- Open an issue pointing your branch.
|
|
||||||
- Explain your idea and experiment.
|
|
||||||
- Share your results regularly. (Tensorboard log files, audio results, visuals etc.)
|
|
||||||
|
|
||||||
### Acknowledgement
|
### Acknowledgement
|
||||||
- https://github.com/keithito/tacotron (Dataset pre-processing)
|
- https://github.com/keithito/tacotron (Dataset pre-processing)
|
||||||
|
|
Loading…
Reference in New Issue