diff options
Diffstat (limited to 'config/simple_mlp_2_cs.py')
-rw-r--r-- | config/simple_mlp_2_cs.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/simple_mlp_2_cs.py b/config/simple_mlp_2_cs.py index 692d325..fa2f4c1 100644 --- a/config/simple_mlp_2_cs.py +++ b/config/simple_mlp_2_cs.py @@ -2,10 +2,6 @@ import model.simple_mlp as model import data -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 |