summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2016-03-08 19:43:56 +0100
committerAlex Auvolat <alex@adnab.me>2016-03-08 19:43:56 +0100
commit0cc79a9d41d3829a75e1d0f953d706e933e9d194 (patch)
tree62511b71742c1c1ca47f5f03ed45af927b7554c8 /config
parent3601cb8e9d99ccd3b7e8791415bb64206b6c530e (diff)
downloadtext-rnn-0cc79a9d41d3829a75e1d0f953d706e933e9d194.tar.gz
text-rnn-0cc79a9d41d3829a75e1d0f953d706e933e9d194.zip
Nice predictive coding model
Diffstat (limited to 'config')
-rw-r--r--config/hpc-lstm-1.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hpc-lstm-1.py b/config/hpc-lstm-1.py
index ad8b121..dac0ff1 100644
--- a/config/hpc-lstm-1.py
+++ b/config/hpc-lstm-1.py
@@ -13,8 +13,8 @@ seq_len = 2000
seq_div_size = 100
hidden_dims = [128, 128, 256, 512]
-cost_factors = [1., 1., 1., 1.]
-hidden_q = [0.1, 0.2, 0.2, 0.4]
+cost_factors = [10., 1., 1., 1.]
+hidden_q = [0.1, 0.15, 0.22, 0.33]
error_scale_factor = [2., 1.5, 1.5, 1.5]
activation_function = Tanh()