diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-07-24 11:59:10 -0400 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-07-24 11:59:10 -0400 |
commit | 60e6bc64d8e3c6679a6e2a960513c656d481f0ed (patch) | |
tree | e3ba1d5fad7e59c69155069d2b33639c9c202da7 /config | |
parent | ff49937eef024916ac4560ce0134d94006e9e2e5 (diff) | |
download | taxi-60e6bc64d8e3c6679a6e2a960513c656d481f0ed.tar.gz taxi-60e6bc64d8e3c6679a6e2a960513c656d481f0ed.zip |
Add --progres option for ProgressBar
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 673c1e4..ade2594 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 = 20 +batch_size = 50 batch_sort_size = 20 max_splits = 100 |