diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-07-24 16:26:05 -0400 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-07-24 16:26:17 -0400 |
commit | b57d922d6aba4dab4943f275ee55302b40db127d (patch) | |
tree | 9ed88235a859e547d268ba61135ca7cf13858405 /config | |
parent | e88014a6fa95eaa9bac6094a89ac5179776afe74 (diff) | |
download | taxi-b57d922d6aba4dab4943f275ee55302b40db127d.tar.gz taxi-b57d922d6aba4dab4943f275ee55302b40db127d.zip |
Change batch size for bidir_tgtcls_1
Diffstat (limited to 'config')
-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 |