From b57d922d6aba4dab4943f275ee55302b40db127d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 24 Jul 2015 16:26:05 -0400 Subject: Change batch size for bidir_tgtcls_1 --- config/bidirectional_tgtcls_1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bidirectional_tgtcls_1.py b/config/bidirectional_tgtcls_1.py index ade2594..288f177 100644 --- a/config/bidirectional_tgtcls_1.py +++ b/config/bidirectional_tgtcls_1.py @@ -26,7 +26,7 @@ embed_weights_init = IsotropicGaussian(0.01) weights_init = IsotropicGaussian(0.1) biases_init = Constant(0.01) -batch_size = 50 +batch_size = 100 batch_sort_size = 20 max_splits = 100 -- cgit v1.2.3