diff options
author | Étienne Simon <esimon@esimon.eu> | 2015-05-21 19:21:08 +0000 |
---|---|---|
committer | Étienne Simon <esimon@esimon.eu> | 2015-05-21 19:21:08 +0000 |
commit | 733aa0d57ae89c4dc3bfe054755e87bbead6f6eb (patch) | |
tree | 6df3f819351a5338181077631d5462561a1e0b75 /config/dest_simple_mlp_tgtcls_1_cs.py | |
parent | f6d2c6fc47f93b158b70b5c0c9a45324041ca4d5 (diff) | |
download | taxi-733aa0d57ae89c4dc3bfe054755e87bbead6f6eb.tar.gz taxi-733aa0d57ae89c4dc3bfe054755e87bbead6f6eb.zip |
Remove useless n_end_pts from configs.
Diffstat (limited to 'config/dest_simple_mlp_tgtcls_1_cs.py')
-rw-r--r-- | config/dest_simple_mlp_tgtcls_1_cs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/dest_simple_mlp_tgtcls_1_cs.py b/config/dest_simple_mlp_tgtcls_1_cs.py index 31a226e..d047bcf 100644 --- a/config/dest_simple_mlp_tgtcls_1_cs.py +++ b/config/dest_simple_mlp_tgtcls_1_cs.py @@ -8,7 +8,6 @@ from model.dest_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_end_pts = 5 n_valid = 1000 |