first commit
This commit is contained in:
96
scripts/long_term_forecast/ILI_script/PatchTST.sh
Normal file
96
scripts/long_term_forecast/ILI_script/PatchTST.sh
Normal file
@ -0,0 +1,96 @@
|
||||
export CUDA_VISIBLE_DEVICES=1
|
||||
|
||||
model_name=PatchTST
|
||||
|
||||
python -u run.py \
|
||||
--task_name long_term_forecast \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/illness/ \
|
||||
--data_path national_illness.csv \
|
||||
--model_id ili_36_24 \
|
||||
--model $model_name \
|
||||
--data custom \
|
||||
--features M \
|
||||
--seq_len 36 \
|
||||
--label_len 18 \
|
||||
--pred_len 24 \
|
||||
--e_layers 4 \
|
||||
--d_layers 1 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--des 'Exp' \
|
||||
--n_heads 4 \
|
||||
--d_model 1024\
|
||||
--itr 1
|
||||
|
||||
python -u run.py \
|
||||
--task_name long_term_forecast \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/illness/ \
|
||||
--data_path national_illness.csv \
|
||||
--model_id ili_36_36 \
|
||||
--model $model_name \
|
||||
--data custom \
|
||||
--features M \
|
||||
--seq_len 36 \
|
||||
--label_len 18 \
|
||||
--pred_len 36 \
|
||||
--e_layers 4 \
|
||||
--d_layers 1 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--des 'Exp' \
|
||||
--n_heads 4 \
|
||||
--d_model 2048\
|
||||
--itr 1
|
||||
|
||||
python -u run.py \
|
||||
--task_name long_term_forecast \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/illness/ \
|
||||
--data_path national_illness.csv \
|
||||
--model_id ili_36_48 \
|
||||
--model $model_name \
|
||||
--data custom \
|
||||
--features M \
|
||||
--seq_len 36 \
|
||||
--label_len 18 \
|
||||
--pred_len 48 \
|
||||
--e_layers 4 \
|
||||
--d_layers 1 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--des 'Exp' \
|
||||
--n_heads 4 \
|
||||
--d_model 2048\
|
||||
--itr 1
|
||||
|
||||
|
||||
python -u run.py \
|
||||
--task_name long_term_forecast \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/illness/ \
|
||||
--data_path national_illness.csv \
|
||||
--model_id ili_36_60 \
|
||||
--model $model_name \
|
||||
--data custom \
|
||||
--features M \
|
||||
--seq_len 36 \
|
||||
--label_len 18 \
|
||||
--pred_len 60 \
|
||||
--e_layers 4 \
|
||||
--d_layers 1 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--des 'Exp' \
|
||||
--n_heads 16 \
|
||||
--d_model 2048\
|
||||
--itr 1
|
Reference in New Issue
Block a user