diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-07-02 11:15:37 -0400 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-07-02 11:18:45 -0400 |
commit | 3f3ab2bfe3ebfa266d433012be1c89c722d63352 (patch) | |
tree | 589915018911ec364dccb4b897ab108913be464f /config/joint_simple_mlp_tgtcls_111_cswdtx_bigger_dropout.py | |
parent | 32b078f28add3d22529e55aeac6674d924e9b510 (diff) | |
download | taxi-3f3ab2bfe3ebfa266d433012be1c89c722d63352.tar.gz taxi-3f3ab2bfe3ebfa266d433012be1c89c722d63352.zip |
Unify parameters for joint_simple_tgtcls_111_cswdtx_bigger{,_dropout}
Diffstat (limited to 'config/joint_simple_mlp_tgtcls_111_cswdtx_bigger_dropout.py')
-rw-r--r-- | config/joint_simple_mlp_tgtcls_111_cswdtx_bigger_dropout.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/joint_simple_mlp_tgtcls_111_cswdtx_bigger_dropout.py b/config/joint_simple_mlp_tgtcls_111_cswdtx_bigger_dropout.py index b047d7c..e1bd840 100644 --- a/config/joint_simple_mlp_tgtcls_111_cswdtx_bigger_dropout.py +++ b/config/joint_simple_mlp_tgtcls_111_cswdtx_bigger_dropout.py @@ -46,11 +46,10 @@ embed_weights_init = IsotropicGaussian(0.01) mlp_weights_init = IsotropicGaussian(0.1) mlp_biases_init = Constant(0.01) -# apply_dropout = True -# dropout_p = 0.5 +apply_dropout = True +dropout_p = 0.5 -learning_rate = 0.001 -momentum = 0.9 +# use adadelta, so no learning_rate or momentum batch_size = 200 valid_set = 'cuts/test_times_0' |