diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/simple_mlp_0.py (renamed from config/model_0.py) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/model_0.py b/config/simple_mlp_0.py index c4985b2..61ddbfd 100644 --- a/config/model_0.py +++ b/config/simple_mlp_0.py @@ -1,3 +1,5 @@ +import model.simple_mlp as model + n_dow = 7 # number of division for dayofweek/dayofmonth/hourofday n_dom = 31 n_hour = 24 |