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:
mittimithai 2021-08-04 11:26:10 -07:00 committed by Eren Gölge
parent 75d92a8cd6
commit 181177a990
1 changed files with 1 additions and 0 deletions

View File

@ -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,