forked from coqui-ai/TTS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,4 +132,3 @@ notebooks/data/* | |
TTS/tts/layers/glow_tts/monotonic_align/core.c | ||
.vscode-upload.json | ||
temp_build/* | ||
recipes/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 🐸💬 TTS Training Recipes | ||
|
||
TTS recipes intended to host bash scripts running all the necessary steps to train a TTS model with a particular dataset. | ||
|
||
Run each script from the root TTS folder as follows | ||
|
||
```console | ||
$ bash ./recipes/<dataset>/<model>/run.sh | ||
``` | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters