From 675cfb75dd9a975add5c39463be225ff9ee521b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Simon?= Date: Wed, 27 May 2015 03:34:36 +0000 Subject: Remove useless n_valid in configs. --- config/joint_simple_mlp_tgtcls_111_cswdtx.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/joint_simple_mlp_tgtcls_111_cswdtx.py') diff --git a/config/joint_simple_mlp_tgtcls_111_cswdtx.py b/config/joint_simple_mlp_tgtcls_111_cswdtx.py index b969da1..99bee8f 100644 --- a/config/joint_simple_mlp_tgtcls_111_cswdtx.py +++ b/config/joint_simple_mlp_tgtcls_111_cswdtx.py @@ -9,8 +9,6 @@ from model.joint_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 5 # 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) -- cgit v1.2.3