diff options
Diffstat (limited to 'config/simple_mlp_tgtcls_1_cs.py')
-rw-r--r-- | config/simple_mlp_tgtcls_1_cs.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/simple_mlp_tgtcls_1_cs.py b/config/simple_mlp_tgtcls_1_cs.py index 6bf82e1..293a0ab 100644 --- a/config/simple_mlp_tgtcls_1_cs.py +++ b/config/simple_mlp_tgtcls_1_cs.py @@ -4,10 +4,6 @@ import data import model.simple_mlp_tgtcls as model -n_dow = 7 # number of division for dayofweek/dayofmonth/hourofday -n_dom = 31 -n_hour = 24 - n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory n_end_pts = 5 |