Skip to content

bolt vs t5 #261

Answered by lostella
doninocode asked this question in Q&A
Jan 14, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

For 1, what forecast is being plotted in the two cases? Are you invoking predict and plotting (one slice of) its output tensor? If that’s the case, then you’re plotting one sample trajectory from chronos-t5 (which has the same random-walk-like behavior as historical data) and one quantile for chronos-bolt (this model directly produces quantile estimates, no samples).

For 2, chronos-t5 is inherently sampling based, so as long as you observe one output sample, fixing the seed is the only way to make the model deterministic. If instead you want to look more at the “full” predictive distribution, looking at multiple samples (or quantiles) is the way to go: increasing num_samples (default 20) …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@doninocode
Comment options

Answer selected by doninocode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants