Skip to content

Commit c7a2850

Browse files
authored
Merge pull request thuml#175 from cennn/patch-2
Bug Fix: ECL_script/Nonstationary_Transformer.sh
2 parents 3caf888 + 66d9d6b commit c7a2850

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

scripts/long_term_forecast/ECL_script/Nonstationary_Transformer.sh

+13-13
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ python -u run.py \
1717
--e_layers 2 \
1818
--d_layers 1 \
1919
--factor 3 \
20-
--enc_in 1 \
21-
--dec_in 1 \
22-
--c_out 1 \
20+
--enc_in 321 \
21+
--dec_in 321 \
22+
--c_out 321 \
2323
--des 'Exp' \
2424
--itr 1 \
2525
--p_hidden_dims 256 256 \
@@ -41,9 +41,9 @@ python -u run.py \
4141
--e_layers 2 \
4242
--d_layers 1 \
4343
--factor 3 \
44-
--enc_in 1 \
45-
--dec_in 1 \
46-
--c_out 1 \
44+
--enc_in 321 \
45+
--dec_in 321 \
46+
--c_out 321 \
4747
--des 'Exp' \
4848
--itr 1 \
4949
--p_hidden_dims 256 256 \
@@ -65,9 +65,9 @@ python -u run.py \
6565
--e_layers 2 \
6666
--d_layers 1 \
6767
--factor 3 \
68-
--enc_in 1 \
69-
--dec_in 1 \
70-
--c_out 1 \
68+
--enc_in 321 \
69+
--dec_in 321 \
70+
--c_out 321 \
7171
--des 'Exp' \
7272
--itr 1 \
7373
--p_hidden_dims 256 256 \
@@ -89,11 +89,11 @@ python -u run.py \
8989
--e_layers 2 \
9090
--d_layers 1 \
9191
--factor 3 \
92-
--enc_in 1 \
93-
--dec_in 1 \
94-
--c_out 1 \
92+
--enc_in 321 \
93+
--dec_in 321 \
94+
--c_out 321 \
9595
--des 'Exp' \
9696
--itr 1 \
9797
--p_hidden_dims 256 256 \
9898
--p_hidden_layers 2 \
99-
--d_model 2048
99+
--d_model 2048

0 commit comments

Comments
 (0)