TTS/recipes
Eren Gölge 89dd89b5e5 Update LJSpeech DCA recipe 2022-02-22 12:18:03 +01:00
..
kokoro/tacotron2-DDC rename to 2021-06-22 16:21:10 +02:00
ljspeech Update LJSpeech DCA recipe 2022-02-22 12:18:03 +01:00
multilingual/vits_tts Make style 2021-12-20 11:54:10 +00:00
vctk Fix language assignment 2022-01-02 11:11:24 +00:00
README.md Update recipes README.md 2021-10-15 10:21:29 +00:00

README.md

🐸💬 TTS Training Recipes

TTS recipes intended to host scripts running all the necessary steps to train a TTS model on a particular dataset.

For each dataset, you need to download the dataset once. Then you run the training for the model you want.

Run each script from the root TTS folder as follows.

$ sh ./recipes/<dataset>/download_<dataset>.sh
$ python recipes/<dataset>/<model_name>/train.py

If you train a new model using TTS, feel free to share your training to expand the list of recipes.

You can also open a new discussion and share your progress with the 🐸 community.