Skip to content
Discussion options

You must be logged in to vote

Hi @arijitpaul-code,

  1. This is a good question. The model's architecture is fixed during finetuning so the output residual block still expects to output 128 points into the future. But you can choose to fine-tune it to predict < 128 time-steps if you want to. What would happen is only the first 96 out of 128 prediction heads will participate in the loss function.

  2. Good catch. It should be normalize=True but in this dataset in my experience that would not really make much of a difference. Please feel free to try that out.

  3. Since the default point forecasting model is "median, both should output the same.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@arijitpaul-code
Comment options

Answer selected by arijitpaul-code
Comment options

You must be logged in to vote
0 replies
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