first commit
This commit is contained in:
103
scripts/long_term_forecast/ILI_script/Crossformer.sh
Normal file
103
scripts/long_term_forecast/ILI_script/Crossformer.sh
Normal file
@ -0,0 +1,103 @@
|
||||
export CUDA_VISIBLE_DEVICES=5
|
||||
|
||||
model_name=Crossformer
|
||||
|
||||
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 2 \
|
||||
--d_layers 1 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--d_model 768 \
|
||||
--d_ff 768 \
|
||||
--top_k 5 \
|
||||
--des 'Exp' \
|
||||
--dropout 0.6 \
|
||||
--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 2 \
|
||||
--d_layers 1 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--d_model 768 \
|
||||
--d_ff 768 \
|
||||
--top_k 5 \
|
||||
--des 'Exp' \
|
||||
-dropout 0.6 \
|
||||
--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 2 \
|
||||
--d_layers 1 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--d_model 768 \
|
||||
--d_ff 768 \
|
||||
--top_k 5 \
|
||||
--des 'Exp' \
|
||||
-dropout 0.6 \
|
||||
--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 2 \
|
||||
--d_layers 1 \
|
||||
--factor 3 \
|
||||
--enc_in 7 \
|
||||
--dec_in 7 \
|
||||
--c_out 7 \
|
||||
--d_model 768 \
|
||||
--d_ff 768 \
|
||||
--top_k 5 \
|
||||
--des 'Exp' \
|
||||
-dropout 0.6 \
|
||||
--itr 1
|
Reference in New Issue
Block a user