diff options
Diffstat (limited to 'config/dest_mlp_1_cswdtx_alexandre.py')
-rw-r--r-- | config/dest_mlp_1_cswdtx_alexandre.py | 2 |
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 |