rebranding and replacing import statements

This commit is contained in:
erogol
2020-08-04 10:51:19 +02:00
parent 868efa90b9
commit f35504f187
77 changed files with 240 additions and 239 deletions
+1
View File
@@ -67,6 +67,7 @@
"gradual_training": [[0, 7, 4]], //set gradual training steps [first_step, r, batch_size]. If it is null, gradual training is disabled. For Tacotron, you might need to reduce the 'batch_size' as you proceeed.
"loss_masking": true, // enable / disable loss masking against the sequence padding.
"ga_alpha": 10.0, // weight for guided attention loss. If > 0, guided attention is enabled.
"apex_amp_level": null,
// VALIDATION
"run_eval": true,