aboutsummaryrefslogtreecommitdiff
path: root/config/dest_simple_mlp_2_cs.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/dest_simple_mlp_2_cs.py')
-rw-r--r--config/dest_simple_mlp_2_cs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/dest_simple_mlp_2_cs.py b/config/dest_simple_mlp_2_cs.py
index accb611..be93427 100644
--- a/config/dest_simple_mlp_2_cs.py
+++ b/config/dest_simple_mlp_2_cs.py
@@ -1,8 +1,8 @@
from blocks.initialization import IsotropicGaussian, Constant
-import model.dest_simple_mlp as model
-
import data
+from model.dest_simple_mlp import Model, Stream
+
n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory
n_end_pts = 5