first commit
This commit is contained in:
94
scripts/exogenous_forecast/ETTh1/TimeXer.sh
Normal file
94
scripts/exogenous_forecast/ETTh1/TimeXer.sh
Normal file
@ -0,0 +1,94 @@
|
||||
export CUDA_VISIBLE_DEVICES=1
|
||||
|
||||
model_name=TimeXer
|
||||
des='Timexer-MS'
|
||||
|
||||
python -u run.py \
|
||||
--task_name long_term_forecast \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/ETT-small/ \
|
||||
--data_path ETTh1.csv \
|
||||
--model_id ETTh1_96_96 \
|
||||
--model $model_name \
|
||||
--data ETTh1 \
|
||||
--features MS \
|
||||
--seq_len 96 \
|
||||
--label_len 48 \
|
||||
--pred_len 96 \
|
||||
--e_layers 2 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--d_model 512 \
|
||||
--d_ff 512 \
|
||||
--des $des \
|
||||
--itr 1
|
||||
|
||||
python -u run.py \
|
||||
--task_name long_term_forecast \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/ETT-small/ \
|
||||
--data_path ETTh1.csv \
|
||||
--model_id ETTh1_96_192 \
|
||||
--model $model_name \
|
||||
--data ETTh1 \
|
||||
--features MS \
|
||||
--seq_len 96 \
|
||||
--label_len 48 \
|
||||
--pred_len 192 \
|
||||
--e_layers 2 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--batch_size 4 \
|
||||
--des $des \
|
||||
--itr 1
|
||||
|
||||
python -u run.py \
|
||||
--task_name long_term_forecast \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/ETT-small/ \
|
||||
--data_path ETTh1.csv \
|
||||
--model_id ETTh1_96_336 \
|
||||
--model $model_name \
|
||||
--data ETTh1 \
|
||||
--features MS \
|
||||
--seq_len 96 \
|
||||
--label_len 48 \
|
||||
--pred_len 336 \
|
||||
--e_layers 2 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--d_model 512 \
|
||||
--d_ff 512 \
|
||||
--batch_size 32 \
|
||||
--des $des \
|
||||
--itr 1
|
||||
|
||||
python -u run.py \
|
||||
--task_name long_term_forecast \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/ETT-small/ \
|
||||
--data_path ETTh1.csv \
|
||||
--model_id ETTh1_96_720 \
|
||||
--model $model_name \
|
||||
--data ETTh1 \
|
||||
--features MS \
|
||||
--seq_len 96 \
|
||||
--label_len 48 \
|
||||
--pred_len 720 \
|
||||
--e_layers 2 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--d_model 512 \
|
||||
--batch_size 128 \
|
||||
--des $des \
|
||||
--itr 1
|
Reference in New Issue
Block a user