zhouhaoyi / Informer2020

The GitHub repository for the paper "Informer" accepted by AAAI 2021.
Apache License 2.0
5.24k stars 1.1k forks source link

Train Loss is higher than Validation and Test Loss #617

Open well0203 opened 4 months ago

well0203 commented 4 months ago

Hi, thank you for your work!

I am trying Informer architecture and wanted to ask whether it is normal that my Train Loss is higher than Validation and Test Losses. I tried to split my data on 60%/20%/20%; 70%/10%/20% and other configurations. I am trying multivariate (M) setting with default parameters and seq_len=96, label_len=48, pred_len=24. Thanks for help.

bhagiradh commented 3 weeks ago

I was facing same issue.