aboutsummaryrefslogtreecommitdiff
path: root/config/dest_mlp_1_cswdtx_alexandre.py
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-07-27 15:02:27 -0400
committerAlex Auvolat <alex.auvolat@ens.fr>2015-07-27 15:02:27 -0400
commitff1502ff1b6a4192974f73347b365a5d3a0e1f20 (patch)
treec8bed8360b4243f94db53d853834d363f2365197 /config/dest_mlp_1_cswdtx_alexandre.py
parent8754c6a34689a56ff5baab032e38105903024a3a (diff)
downloadtaxi-ff1502ff1b6a4192974f73347b365a5d3a0e1f20.tar.gz
taxi-ff1502ff1b6a4192974f73347b365a5d3a0e1f20.zip
Bidir RNN with window
Diffstat (limited to 'config/dest_mlp_1_cswdtx_alexandre.py')
-rw-r--r--config/dest_mlp_1_cswdtx_alexandre.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dest_mlp_1_cswdtx_alexandre.py b/config/dest_mlp_1_cswdtx_alexandre.py
index 3c013e7..510c16e 100644
--- a/config/dest_mlp_1_cswdtx_alexandre.py
+++ b/config/dest_mlp_1_cswdtx_alexandre.py
@@ -28,7 +28,7 @@ embed_weights_init = IsotropicGaussian(0.01)
mlp_weights_init = IsotropicGaussian(0.1)
mlp_biases_init = Constant(0.01)
-step_rule = Momentum(learning_rate=0.01, momentum=0.9)
+step_rule = Momentum(learning_rate=0.001, momentum=0.9)
batch_size = 200