time-series-foundation-models / lag-llama

Lag-Llama: Towards Foundation Models for Probabilistic Time Series Forecasting
Apache License 2.0
1.23k stars 153 forks source link

Recommendations for steps that can be manualized #103

Closed abizard closed 3 weeks ago

abizard commented 1 month ago

Are there any recommendations for steps that can be manualized in the model architecture? The manualization can be in the form of mathematical calculations.

ashok-arjun commented 1 month ago

I don't know of any steps that can be manualized, unfortunately.

abizard commented 3 weeks ago

Hello,

I hope this message finds you well. I am currently exploring the Lag-Llama model and I would like to gain a deeper understanding of the tokenization, feedforward, and backward processes within the model. Specifically, could you provide insights on how the tokenization, feedforward, and backward passes are handled in the implementation?

Are there any specific layers or methods in the model where these processes can be observed or logged?

Thank you for your assistance!