From ff1502ff1b6a4192974f73347b365a5d3a0e1f20 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 27 Jul 2015 15:02:27 -0400 Subject: Bidir RNN with window --- config/dest_mlp_1_cswdtx_alexandre.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/dest_mlp_1_cswdtx_alexandre.py') 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 -- cgit v1.2.3