diff options
Diffstat (limited to 'config/simple_mlp_2_noembed.py')
-rw-r--r-- | config/simple_mlp_2_noembed.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/simple_mlp_2_noembed.py b/config/simple_mlp_2_noembed.py index bc300e7..2f45f63 100644 --- a/config/simple_mlp_2_noembed.py +++ b/config/simple_mlp_2_noembed.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 |