taxi

Winning entry to the Kaggle taxi competition
git clone https://esimon.eu/repos/taxi.git
Log | Files | Refs | README

commit b57d922d6aba4dab4943f275ee55302b40db127d
parent e88014a6fa95eaa9bac6094a89ac5179776afe74
Author: Alex Auvolat <alex.auvolat@ens.fr>
Date:   Fri, 24 Jul 2015 16:26:05 -0400

Change batch size for bidir_tgtcls_1

Diffstat:
Mconfig/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 @@ -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