Secilia-Cxy / SOFTS

Official implement for "SOFTS: Efficient Multivariate Time Series Forecasting with Series-Core Fusion" in PyTorch.

Home Page:https://arxiv.org/abs/2404.14197

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why label len is required?

crishna0401 opened this issue · comments

I understand that label len of data points are used as sandwich between input and output. But why this is necessary?

The label_len parameter is not utilized in our SOFTS model but is often used in the decoder segment of some transformer models. Since our implementation is based on TSLib, we have retained it for convenience.