From a557b939eb104ec7e0df42193e014e3137eb70f8 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 25 Jul 2015 14:19:40 -0400 Subject: Change batch size for smaller GPU --- config/bidirectional_tgtcls_2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/bidirectional_tgtcls_2.py b/config/bidirectional_tgtcls_2.py index f1bf7bd..065b36c 100644 --- a/config/bidirectional_tgtcls_2.py +++ b/config/bidirectional_tgtcls_2.py @@ -26,8 +26,8 @@ embed_weights_init = IsotropicGaussian(0.01) weights_init = IsotropicGaussian(0.1) biases_init = Constant(0.01) -batch_size = 300 -batch_sort_size = 20 +batch_size = 50 +batch_sort_size = 40 max_splits = 200 -- cgit v1.2.3