aboutsummaryrefslogtreecommitdiff
path: root/config/model_0.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/model_0.py')
-rw-r--r--config/model_0.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/model_0.py b/config/model_0.py
index f26a99c..b157faa 100644
--- a/config/model_0.py
+++ b/config/model_0.py
@@ -9,7 +9,7 @@ n_valid = 1000
dim_embed = 10
dim_input = n_begin_end_pts * 2 * 2 + dim_embed + dim_embed
-dim_hidden = [100]
+dim_hidden = [200, 100]
dim_output = 2
learning_rate = 0.002