thuml / Large-Time-Series-Model

Official code, datasets and checkpoints for "Timer: Generative Pre-trained Transformers Are Large Time Series Models" (ICML 2024)
https://arxiv.org/abs/2402.02368
MIT License
222 stars 15 forks source link

A bug in run.py #3

Closed TobyYang7 closed 2 months ago

TobyYang7 commented 2 months ago

At line12 in run.py

from exp.exp_imputation import Exp_Imputation

it should be changed to

from exp.exp_imputation import Exp_Imputation
WenWeiTHU commented 2 months ago

Thanks for your reminder! Do you mean the file name? We fix it in 08c098700ebd2f49e995fdce5e6ee4235c739daa.

TobyYang7 commented 2 months ago

Thanks for your response. I made a mistake earlier; it should be

from exp.exp_large_forecast import Exp_Forecast

btw, I really like the work your team is doing. I'm currently learning it as well.

WenWeiTHU commented 2 months ago

Thanks again for your help. Feel free to raise any questions!