mirror of https://github.com/coqui-ai/TTS.git
Update tutorial_for_nervous_beginners.md
small change that adds run_name...otherwise output dir begins with '-' and can be annoying to deal with
This commit is contained in:
parent
75d92a8cd6
commit
181177a990
|
@ -85,6 +85,7 @@ We still support running training from CLI like in the old days. The same traini
|
|||
|
||||
```json
|
||||
{
|
||||
"run_name": "my_run",
|
||||
"model": "glow_tts",
|
||||
"batch_size": 32,
|
||||
"eval_batch_size": 16,
|
||||
|
|
Loading…
Reference in New Issue