Skip to content

Commit

Permalink
Update MICN_ETTh1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaixu2016 authored May 25, 2023
1 parent 753f74f commit ec3f6b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/long_term_forecast/ETT_script/MICN_ETTh1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python -u run.py \
--data ETTh1 \
--features M \
--seq_len 96 \
--label_len 48 \
--label_len 96 \
--pred_len 192 \
--e_layers 2 \
--d_layers 1 \
Expand All @@ -54,7 +54,7 @@ python -u run.py \
--data ETTh1 \
--features M \
--seq_len 96 \
--label_len 48 \
--label_len 96 \
--pred_len 336 \
--e_layers 2 \
--d_layers 1 \
Expand All @@ -75,7 +75,7 @@ python -u run.py \
--data ETTh1 \
--features M \
--seq_len 96 \
--label_len 48 \
--label_len 96 \
--pred_len 720 \
--e_layers 2 \
--d_layers 1 \
Expand All @@ -84,4 +84,4 @@ python -u run.py \
--dec_in 7 \
--c_out 7 \
--des 'Exp' \
--itr 1
--itr 1

0 comments on commit ec3f6b4

Please sign in to comment.