mirror of
https://github.com/wassname/ETSformer.git
synced 2026-06-27 17:28:43 +08:00
76 lines
1.3 KiB
Bash
Executable File
76 lines
1.3 KiB
Bash
Executable File
python -u run.py \
|
|
--root_path ./dataset/illness/ \
|
|
--data_path national_illness.csv \
|
|
--model_id ili \
|
|
--model ETSformer \
|
|
--data custom \
|
|
--features M \
|
|
--seq_len 48 \
|
|
--pred_len 24 \
|
|
--e_layers 2 \
|
|
--d_layers 2 \
|
|
--enc_in 7 \
|
|
--dec_in 7 \
|
|
--c_out 7 \
|
|
--des 'Exp' \
|
|
--K 1 \
|
|
--learning_rate 1e-3 \
|
|
--itr 1
|
|
|
|
python -u run.py \
|
|
--root_path ./dataset/illness/ \
|
|
--data_path national_illness.csv \
|
|
--model_id ili \
|
|
--model ETSformer \
|
|
--data custom \
|
|
--features M \
|
|
--seq_len 60 \
|
|
--pred_len 36 \
|
|
--e_layers 2 \
|
|
--d_layers 2 \
|
|
--enc_in 7 \
|
|
--dec_in 7 \
|
|
--c_out 7 \
|
|
--des 'Exp' \
|
|
--K 1 \
|
|
--learning_rate 1e-3 \
|
|
--itr 1
|
|
|
|
python -u run.py \
|
|
--root_path ./dataset/illness/ \
|
|
--data_path national_illness.csv \
|
|
--model_id ili \
|
|
--model ETSformer \
|
|
--data custom \
|
|
--features M \
|
|
--seq_len 60 \
|
|
--pred_len 48 \
|
|
--e_layers 2 \
|
|
--d_layers 2 \
|
|
--enc_in 7 \
|
|
--dec_in 7 \
|
|
--c_out 7 \
|
|
--des 'Exp' \
|
|
--K 1 \
|
|
--learning_rate 1e-3 \
|
|
--itr 1
|
|
|
|
python -u run.py \
|
|
--root_path ./dataset/illness/ \
|
|
--data_path national_illness.csv \
|
|
--model_id ili \
|
|
--model ETSformer \
|
|
--data custom \
|
|
--features M \
|
|
--seq_len 60 \
|
|
--pred_len 60 \
|
|
--e_layers 2 \
|
|
--d_layers 2 \
|
|
--enc_in 7 \
|
|
--dec_in 7 \
|
|
--c_out 7 \
|
|
--des 'Exp' \
|
|
--K 1 \
|
|
--learning_rate 1e-3 \
|
|
--itr 1
|