time-series-foundation-models / lag-llama

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

Last hidden states - Time series embeddings #31

Closed b7amine closed 2 months ago

b7amine commented 3 months ago

First , thank you for the great job , still did not finish the paper but trying to see what's the embedding space of time series looking like . It does not seem obvious how to get them out especially with the gluonTS wrapper , any thoughts here ? Thank you !

ashok-arjun commented 3 months ago

Hi, sorry, do you mean the embeddings of the model? You could extract the embedding from the model in this line. The embedding dimension in the current model is 144.

b7amine commented 3 months ago

Thanks , 2 few more questions as I did not dive deep in the code yet :

ashok-arjun commented 3 months ago

Of course.

Best, Arjun

ashok-arjun commented 2 months ago

Closing this issue as it is resolved. Feel free to open it again if required :)