mirror of https://github.com/coqui-ai/TTS.git
FIX: misplaced quote sign causes key error in config
This commit is contained in:
parent
fb3cd96893
commit
07e6005471
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
// TENSORBOARD and LOGGING
|
// TENSORBOARD and LOGGING
|
||||||
"print_step": 25, // Number of steps to log training on console.
|
"print_step": 25, // Number of steps to log training on console.
|
||||||
"tb_plot_step:": 100, // Number of steps to plot TB training figures.
|
"tb_plot_step": 100, // Number of steps to plot TB training figures.
|
||||||
"print_eval": false, // If True, it prints intermediate loss values in evalulation.
|
"print_eval": false, // If True, it prints intermediate loss values in evalulation.
|
||||||
"save_step": 10000, // Number of training steps expected to save traninpg stats and checkpoints.
|
"save_step": 10000, // Number of training steps expected to save traninpg stats and checkpoints.
|
||||||
"checkpoint": true, // If true, it saves checkpoints per "save_step"
|
"checkpoint": true, // If true, it saves checkpoints per "save_step"
|
||||||
|
|
Loading…
Reference in New Issue