From c45dac79ca4397e34e86507ced4e79d457b4c207 Mon Sep 17 00:00:00 2001 From: Alan-Lee123 Date: Mon, 19 Jun 2017 16:00:38 +0800 Subject: [PATCH] small L2 --- train.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/train.py b/train.py index 2f36a92..1f97b23 100644 --- a/train.py +++ b/train.py @@ -15,9 +15,9 @@ mxlen = 32 embedding_dim = 50 lstm_unit = 64 MLP_unit = 128 -epochs = 50 +epochs = 200 batch_size = 256 -l2_norm = 0.01 +l2_norm = 1e-4 train_json = 'nlvr\\train\\train.json' train_img_folder = 'nlvr\\train\\images'