diff options
-rw-r--r-- | config/bidirectional_tgtcls_1.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |