pull/10/head
Eren Golge 2019-10-30 17:36:13 +01:00
parent 05f038880b
commit 06798c7b9b
1 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@
"stopnet": true, // Train stopnet predicting the end of synthesis.
"separate_stopnet": true, // Train stopnet seperately if 'stopnet==true'. It prevents stopnet loss to influence the rest of the model. It causes a better model, but it trains SLOWER.
"tb_model_param_stats": false, // true, plots param stats per layer on tensorboard. Might be memory consuming, but good for debugging.
"use_gst": false,
"batch_size": 32, // Batch size for training. Lower values than 32 might cause hard to learn attention.
"eval_batch_size":16,