taxi

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

commit a557b939eb104ec7e0df42193e014e3137eb70f8
parent 5e216e8c5197568c39029793ebafc4df50215cae
Author: Alex Auvolat <alex.auvolat@ens.fr>
Date:   Sat, 25 Jul 2015 14:19:40 -0400

Change batch size for smaller GPU

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