zhouhaoyi / Informer2020

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

Forgot to add scale arg in exp_informer #584

Open OskarEM opened 10 months ago

OskarEM commented 10 months ago

In the exp_informer, it is forgotten to add scale as an arg. This makes it so it will always go to default init argument which is True. So when you try to take False as an argument to the informer training, then it will still be the default value of True.