liaoyuhua / tempo-pytorch

Reproduction of the paper "TEMPO: Prompt-based Generative Pre-trained Transformer for Time Series Forecasting"
MIT License
49 stars 1 forks source link

prompt pool implementation #3

Open androidwoman opened 7 months ago

androidwoman commented 7 months ago

Hi @liaoyuhua,

First of all, I would like to thank you for sharing the code for your Tempo-pytorch implementation. It is a valuable resource for the community and I appreciate your efforts in making it available.

I have a few questions about the Prompt Pool implementation in your code. I am particularly interested in:

How are the prompts in the pool initialized? How is the prompt pool updated over time?