aboutsummaryrefslogtreecommitdiff
path: root/config/joint_simple_mlp_tgtcls_111_cswdtx_bigger_dropout.py
diff options
context:
space:
mode:
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.py7
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'