From b0096728cba14cd5a292fb244c0058850ca520cd Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Fri, 19 Apr 2019 23:58:56 +0200 Subject: [PATCH] config update --- config_cluster.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_cluster.json b/config_cluster.json index 47e9569e..283b8be2 100644 --- a/config_cluster.json +++ b/config_cluster.json @@ -46,7 +46,7 @@ "loss_masking": false, // enable / disable loss masking against the sequence padding. "enable_eos_bos_chars": false, // enable/disable beginning of sentence and end of sentence chars. - "batch_size": 2, // Batch size for training. Lower values than 32 might cause hard to learn attention. + "batch_size": 24, // Batch size for training. Lower values than 32 might cause hard to learn attention. "eval_batch_size":16, "r": 1, // Number of frames to predict for step. "wd": 0.000001, // Weight decay weight.