YoZhibo / MSGNet

MSGNet: Learning Multi-Scale Inter-Series Correlations for Multivariate Time Series Forecasting (AAAI2024)
102 stars 17 forks source link

meaning of 'start token length' #7

Closed wutengcoding closed 2 months ago

wutengcoding commented 3 months ago

Hello, @YoZhibo Really appreciate the incredible work you have done I want to know why we need a label_len param in basic arg_parse, what is the meaning of 'start token length' parser.add_argument('--label_len', type=int, default=48, help='start token length')

YoZhibo commented 3 months ago

Hi, thank you for your attention. Our model doesn't pay attention to this parameter. It is the start token length of decoder, used in models such as Informer. You can refer to this paper Informer.