KimMeen / Time-LLM

[ICLR 2024] Official implementation of " 🦙 Time-LLM: Time Series Forecasting by Reprogramming Large Language Models"
https://arxiv.org/abs/2310.01728
Apache License 2.0
1.02k stars 179 forks source link

Did you use Revin or Standardnorm #79

Closed miner58 closed 1 month ago

miner58 commented 1 month ago

In code, affine is False. In your experiment, did you set affine True or False?

kwuking commented 1 month ago

Hi, our code provides the Standardnorm capability of Revin, and you can control whether to enable it through configuration parameters.