first commit
This commit is contained in:
29
scripts/long_term_forecast/ETT_script/MambaSimple_ETTh1.sh
Normal file
29
scripts/long_term_forecast/ETT_script/MambaSimple_ETTh1.sh
Normal file
@ -0,0 +1,29 @@
|
||||
model_name=MambaSimple
|
||||
|
||||
for pred_len in 96 192 336 720
|
||||
do
|
||||
|
||||
python -u run.py \
|
||||
--task_name long_term_forecast \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/ETT-small/ \
|
||||
--data_path ETTh1.csv \
|
||||
--model_id ETTh1_$pred_len'_'$pred_len \
|
||||
--model $model_name \
|
||||
--data ETTh1 \
|
||||
--features M \
|
||||
--seq_len $pred_len \
|
||||
--label_len 48 \
|
||||
--pred_len $pred_len \
|
||||
--e_layers 2 \
|
||||
--d_layers 1 \
|
||||
--enc_in 7 \
|
||||
--expand 2 \
|
||||
--d_ff 16 \
|
||||
--d_conv 4 \
|
||||
--c_out 7 \
|
||||
--d_model 128 \
|
||||
--des 'Exp' \
|
||||
--itr 1 \
|
||||
|
||||
done
|
Reference in New Issue
Block a user