From f08b31fd8d344308abdbfecc041f306f311a4899 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Mon, 22 Jul 2019 20:58:45 +0200 Subject: [PATCH] experiments guide --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 56e27dc1..068c1762 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,15 @@ pip install pylint cardboardlint cardboardlinter --refspec master ``` +## 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 experiment. +- Share your results as you proceed. (Tensorboard log files, audio results, visuals etc.) +- Use LJSpeech dataset (for English) if you like to compare results with the released models. (It is the most open scalable dataset for quick experimentation) + ## Contact/Getting Help - [Wiki](https://github.com/mozilla/TTS/wiki)