summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2016-03-08 14:39:28 +0100
committerAlex Auvolat <alex@adnab.me>2016-03-08 14:39:28 +0100
commit3601cb8e9d99ccd3b7e8791415bb64206b6c530e (patch)
tree33ac40f1dff913891c168e77af193bd3bd6f74f2 /config
parent2f479926c16d2911d0dd878c21de082abfc5b237 (diff)
downloadtext-rnn-3601cb8e9d99ccd3b7e8791415bb64206b6c530e.tar.gz
text-rnn-3601cb8e9d99ccd3b7e8791415bb64206b6c530e.zip
Fix!
Diffstat (limited to 'config')
-rw-r--r--config/hpc-lstm-1.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hpc-lstm-1.py b/config/hpc-lstm-1.py
index e4009d5..ad8b121 100644
--- a/config/hpc-lstm-1.py
+++ b/config/hpc-lstm-1.py
@@ -14,7 +14,8 @@ seq_div_size = 100
hidden_dims = [128, 128, 256, 512]
cost_factors = [1., 1., 1., 1.]
-hidden_q = [0.02, 0.02, 0.05, 0.05]
+hidden_q = [0.1, 0.2, 0.2, 0.4]
+error_scale_factor = [2., 1.5, 1.5, 1.5]
activation_function = Tanh()
out_hidden = [512]