[chronos-2]setting group_id by users #464
xiaoyu-wang93
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Group attention is primarily important for efficient training, where we want to operate with a fixed batch size while training the model on groups of different sizes. At inference time, you can just provide all time series in a single group to |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
After reading the paper of chronos-2, curious to know whether encourage users to set their own group_id to leverage group attention mechanism?
if yes, Could you provide a more convenient way to pass group_id ? Seems in the code, only _predict_batch() can receive group_id
Beta Was this translation helpful? Give feedback.
All reactions