Official implementation for "iTransformer: Inverted Transformers Are Effective for Time Series Forecasting" (ICLR 2024 Spotlight), https://openreview.net/forum?id=JePfAI8fah
Hi, thanks for sharing the iTransformer code earlier. I’ve made several adjustments to make it more flexible for my research. I’m curious, how is the iTransformer able to train so quickly with univariate time-series data? On average, it only takes around 20 epochs and less than 10 seconds of training time. Could you explain how that's possible?
I used iTransformer external libraries from @lucidrains
Please take a look at my epoch training size, I've set the maximum epochs of 500.
Hi, thanks for sharing the iTransformer code earlier. I’ve made several adjustments to make it more flexible for my research. I’m curious, how is the iTransformer able to train so quickly with univariate time-series data? On average, it only takes around 20 epochs and less than 10 seconds of training time. Could you explain how that's possible?
I used
iTransformer
external libraries from@lucidrains
Please take a look at my epoch training size, I've set the maximum epochs of 500.