Commit c2f53c2 1 parent 160e497 commit c2f53c2 Copy full SHA for c2f53c2
File tree 1 file changed +4
-4
lines changed
scripts/long_term_forecast/ECL_script
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ python -u run.py \
10
10
--model_id ECL_96_96 \
11
11
--model $model_name \
12
12
--data custom \
13
- --features S \
13
+ --features M \
14
14
--seq_len 96 \
15
15
--label_len 48 \
16
16
--pred_len 96 \
@@ -34,7 +34,7 @@ python -u run.py \
34
34
--model_id ECL_96_192 \
35
35
--model $model_name \
36
36
--data custom \
37
- --features S \
37
+ --features M \
38
38
--seq_len 96 \
39
39
--label_len 48 \
40
40
--pred_len 192 \
@@ -58,7 +58,7 @@ python -u run.py \
58
58
--model_id ECL_96_336 \
59
59
--model $model_name \
60
60
--data custom \
61
- --features S \
61
+ --features M \
62
62
--seq_len 96 \
63
63
--label_len 48 \
64
64
--pred_len 336 \
@@ -82,7 +82,7 @@ python -u run.py \
82
82
--model_id ECL_96_720 \
83
83
--model $model_name \
84
84
--data custom \
85
- --features S \
85
+ --features M \
86
86
--seq_len 96 \
87
87
--label_len 48 \
88
88
--pred_len 720 \
You can’t perform that action at this time.
0 commit comments