Replies: 2 comments 1 reply
-
Interesting idea, maybe something I will try later, except if the authors came up with better ideas |
Beta Was this translation helpful? Give feedback.
1 reply
-
How are your results? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I wan to know if there is any easy way to add covariates for forecasting by fine-tuning? Since Chronos does not support covariates, I just want to add more channels as input by adding a "cross-attention" layer at the input stage. My idea is to do this special "cross-attention" after input embedding. I want to freeze most of the layers and just train the new "cross-attention" layer and fine-tune the last linear layer (named
lm_head
in Chronos).Beta Was this translation helpful? Give feedback.
All reactions