diff options
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 |
commit | 675cfb75dd9a975add5c39463be225ff9ee521b8 (patch) | |
tree | 8db27e351df8ada0a45d132c36701b2dee0fcce4 /config/time_simple_mlp_2_cswdtx.py | |
parent | 7e8dbac77ce712846954bdd5f4bfb62b6efaf7df (diff) | |
download | taxi-675cfb75dd9a975add5c39463be225ff9ee521b8.tar.gz taxi-675cfb75dd9a975add5c39463be225ff9ee521b8.zip |
Remove useless n_valid in configs.
Diffstat (limited to 'config/time_simple_mlp_2_cswdtx.py')
-rw-r--r-- | config/time_simple_mlp_2_cswdtx.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/time_simple_mlp_2_cswdtx.py b/config/time_simple_mlp_2_cswdtx.py index 4a1a92c..26cb5c6 100644 --- a/config/time_simple_mlp_2_cswdtx.py +++ b/config/time_simple_mlp_2_cswdtx.py @@ -6,8 +6,6 @@ from model.time_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_valid = 1000 - dim_embeddings = [ ('origin_call', data.origin_call_train_size, 10), ('origin_stand', data.stands_size, 10), |