export CUDA_VISIBLE_DEVICES=5 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 FiLM \ --data custom \ --features M \ --seq_len 60 \ --label_len 18 \ --pred_len 24 \ --e_layers 2 \ --d_layers 1 \ --factor 3 \ --enc_in 7 \ --dec_in 7 \ --c_out 7 \ --des 'Exp' \ --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 FiLM \ --data custom \ --features M \ --seq_len 60 \ --label_len 18 \ --pred_len 36 \ --e_layers 2 \ --d_layers 1 \ --factor 3 \ --enc_in 7 \ --dec_in 7 \ --c_out 7 \ --des 'Exp' \ --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 FiLM \ --data custom \ --features M \ --seq_len 60 \ --label_len 18 \ --pred_len 48 \ --e_layers 2 \ --d_layers 1 \ --factor 3 \ --enc_in 7 \ --dec_in 7 \ --c_out 7 \ --des 'Exp' \ --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 FiLM \ --data custom \ --features M \ --seq_len 60 \ --label_len 18 \ --pred_len 60 \ --e_layers 2 \ --d_layers 1 \ --factor 3 \ --enc_in 7 \ --dec_in 7 \ --c_out 7 \ --des 'Exp' \ --itr 1