diff options
Diffstat (limited to 'config/time_simple_mlp_1.py')
-rw-r--r-- | config/time_simple_mlp_1.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/time_simple_mlp_1.py b/config/time_simple_mlp_1.py index c9203c8..172e098 100644 --- a/config/time_simple_mlp_1.py +++ b/config/time_simple_mlp_1.py @@ -5,7 +5,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_end_pts = 5 n_valid = 1000 |