diff options
Diffstat (limited to 'config/dest_simple_mlp_2_cs.py')
-rw-r--r-- | config/dest_simple_mlp_2_cs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/dest_simple_mlp_2_cs.py b/config/dest_simple_mlp_2_cs.py index 4fd8c4a..abb7bfc 100644 --- a/config/dest_simple_mlp_2_cs.py +++ b/config/dest_simple_mlp_2_cs.py @@ -6,8 +6,6 @@ from model.dest_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) |