mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
Update recipes README.md
This commit is contained in:
+8
-5
@@ -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/<dataset>/<model>/run.sh
|
||||
$ sh ./recipes/<dataset>/download_<dataset>.sh
|
||||
$ python recipes/<dataset>/<model_name>/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.
|
||||
You can also open a new discussion and share your progress with the 🐸 community.
|
||||
Reference in New Issue
Block a user