Skip to content

Commit c2f53c2

Browse files
authored
Update Nonstationary_Transformer.sh
1 parent 160e497 commit c2f53c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/long_term_forecast/ECL_script/Nonstationary_Transformer.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python -u run.py \
1010
--model_id ECL_96_96 \
1111
--model $model_name \
1212
--data custom \
13-
--features S \
13+
--features M \
1414
--seq_len 96 \
1515
--label_len 48 \
1616
--pred_len 96 \
@@ -34,7 +34,7 @@ python -u run.py \
3434
--model_id ECL_96_192 \
3535
--model $model_name \
3636
--data custom \
37-
--features S \
37+
--features M \
3838
--seq_len 96 \
3939
--label_len 48 \
4040
--pred_len 192 \
@@ -58,7 +58,7 @@ python -u run.py \
5858
--model_id ECL_96_336 \
5959
--model $model_name \
6060
--data custom \
61-
--features S \
61+
--features M \
6262
--seq_len 96 \
6363
--label_len 48 \
6464
--pred_len 336 \
@@ -82,7 +82,7 @@ python -u run.py \
8282
--model_id ECL_96_720 \
8383
--model $model_name \
8484
--data custom \
85-
--features S \
85+
--features M \
8686
--seq_len 96 \
8787
--label_len 48 \
8888
--pred_len 720 \

0 commit comments

Comments
 (0)