thuml / iTransformer

Official implementation for "iTransformer: Inverted Transformers Are Effective for Time Series Forecasting" (ICLR 2024 Spotlight), https://openreview.net/forum?id=JePfAI8fah
https://arxiv.org/abs/2310.06625
MIT License
901 stars 168 forks source link

Fine-tuning? #76

Closed Emsu closed 1 month ago

Emsu commented 1 month ago

Is there a recommended way to attempt fine-tuning the model? Or do you recommend just continuing training it on data related to your actual dataset?

WenWeiTHU commented 1 month ago

iTransformer is supervisedly trained in the current version and we suggest training it on data related to your custom dataset.