aboutsummaryrefslogtreecommitdiff
path: root/config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py
diff options
context:
space:
mode:
authorÉtienne Simon <esimon@esimon.eu>2015-05-27 03:34:36 +0000
committerÉtienne Simon <esimon@esimon.eu>2015-05-27 03:34:36 +0000
commit675cfb75dd9a975add5c39463be225ff9ee521b8 (patch)
tree8db27e351df8ada0a45d132c36701b2dee0fcce4 /config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py
parent7e8dbac77ce712846954bdd5f4bfb62b6efaf7df (diff)
downloadtaxi-675cfb75dd9a975add5c39463be225ff9ee521b8.tar.gz
taxi-675cfb75dd9a975add5c39463be225ff9ee521b8.zip
Remove useless n_valid in configs.
Diffstat (limited to 'config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py')
-rw-r--r--config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py b/config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py
index fd4dabf..bfc3ac8 100644
--- a/config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py
+++ b/config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py
@@ -12,8 +12,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)