aboutsummaryrefslogtreecommitdiff
path: root/config/joint_simple_mlp_tgtcls_1_cswdtx_bigger.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/joint_simple_mlp_tgtcls_1_cswdtx_bigger.py')
-rw-r--r--config/joint_simple_mlp_tgtcls_1_cswdtx_bigger.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/joint_simple_mlp_tgtcls_1_cswdtx_bigger.py b/config/joint_simple_mlp_tgtcls_1_cswdtx_bigger.py
index a8242a7..ad323f8 100644
--- a/config/joint_simple_mlp_tgtcls_1_cswdtx_bigger.py
+++ b/config/joint_simple_mlp_tgtcls_1_cswdtx_bigger.py
@@ -9,8 +9,6 @@ from model.joint_simple_mlp_tgtcls import Model, Stream
n_begin_end_pts = 7 # how many points we consider at the beginning and end of the known trajectory
-n_valid = 1000
-
with open(os.path.join(data.path, 'arrival-clusters.pkl')) as f:
dest_tgtcls = cPickle.load(f)