From 33b633515f33e5f1423c8eb7f9d7264e7832c6d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Fri, 15 Oct 2021 10:21:29 +0000 Subject: [PATCH] Update recipes README.md --- recipes/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/recipes/README.md b/recipes/README.md index 041693a2..cf3f3de9 100644 --- a/recipes/README.md +++ b/recipes/README.md @@ -1,13 +1,16 @@ # πŸΈπŸ’¬ TTS Training Recipes -TTS recipes intended to host bash scripts running all the necessary steps to train a TTS model with a particular dataset. +TTS recipes intended to host scripts running all the necessary steps to train a TTS model on a particular dataset. -Run each script from the root TTS folder as follows +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. ```console -$ bash ./recipes///run.sh +$ sh ./recipes//download_.sh +$ python recipes///train.py ``` -All the outputs are held under the recipe directory unless you change the paths in the bash script. +If you train a new model using TTS, feel free to share your training to expand the list of recipes. -If you train a new model using TTS, feel free to share your training to expand the list of recipes. \ No newline at end of file +You can also open a new discussion and share your progress with the 🐸 community. \ No newline at end of file