-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems in generating final prediction #24
Comments
Hi @Li-chen415, are you saying you wish to only forecast on a single variate / feature but use all of them as inputs for the model? |
Dear @Li-chen415, I have tested iTransformer on my own by using @lucidrains iTransformer library and it works wonderfully. In my case, I am using a weather forecasting dataset. My suggestion is that you can manipulate like I did or even change the in-built iTransformer code as long as you understand the basics of Transformer as well as iTransformers. as you want or you can leave it as it is and just use it. |
Dear Author:
Following the author's code, I found that the dimensions of the output data are (batch_size, pred_length, num__variates), but is it feasible to add a linear layer directly at the end of the pred_head module if there is ultimately only one prediction target? Or am I missing some parameter setting by the author?
Sincerely
The text was updated successfully, but these errors were encountered: