diff options
Diffstat (limited to 'config/time_simple_mlp_tgtcls_2_cswdtx.py')
-rw-r--r-- | config/time_simple_mlp_tgtcls_2_cswdtx.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/time_simple_mlp_tgtcls_2_cswdtx.py b/config/time_simple_mlp_tgtcls_2_cswdtx.py index d8a1281..1bfbac7 100644 --- a/config/time_simple_mlp_tgtcls_2_cswdtx.py +++ b/config/time_simple_mlp_tgtcls_2_cswdtx.py @@ -6,8 +6,6 @@ from model.time_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 - # generate target classes as a Fibonacci sequence tgtcls = [1, 2] for i in range(22): |