Thanks for sharing those reproducible code and examples. However, I cannot reproduce the metrics recorded in the paper.
For example, as shown in the below Table 4 in the paper, for ETTh2 dataset, when the horizon is set to 720, MSE = 0.475, MAE = 0.488:
However, I ran the below command but cannot get such metrics:
[Command I ran]:
python run_ETTh.py --data ETTh2 --features M --seq_len 736 --label_len 720 --pred_len 720 --hidden-size 4 --stacks 1 --levels 5 --lr 1e-5 --batch_size 128 --dropout 0.5 --model_name etth2_M_I736_O720_lr1e-5_bs128_dp0.5_h4_s1l5
[Results I got]:
Final mean normed mse:1.0782,mae:0.7634
Could you please advice how to repro the Multi-variates forecasting performance on ETTh2 dataset?
Hi,
Thanks for sharing those reproducible code and examples. However, I cannot reproduce the metrics recorded in the paper.
For example, as shown in the below Table 4 in the paper, for ETTh2 dataset, when the horizon is set to 720, MSE = 0.475, MAE = 0.488:
However, I ran the below command but cannot get such metrics: [Command I ran]: python run_ETTh.py --data ETTh2 --features M --seq_len 736 --label_len 720 --pred_len 720 --hidden-size 4 --stacks 1 --levels 5 --lr 1e-5 --batch_size 128 --dropout 0.5 --model_name etth2_M_I736_O720_lr1e-5_bs128_dp0.5_h4_s1l5
[Results I got]: Final mean normed mse:1.0782,mae:0.7634
Could you please advice how to repro the Multi-variates forecasting performance on ETTh2 dataset?
Thanks a lot and look forward to your reply.