Closed meteoDaniel closed 1 year ago
the pred length is the forecast for all variates
I could have misunderstood the paper too, open to discussion
I'm not an author of the paper, btw
I mean this line in the Readme:
# preds -> Dict[int, Tensor[batch, variate, pred_length]]
# -> (12: (2, 12, 137), 24: (2, 24, 137), 36: (2, 36, 137), 48: (2, 48, 137))
I think it should be:
# preds -> Dict[int, Tensor[batch, pred_length, variate]]
# -> (12: (2, 12, 137), 24: (2, 24, 137), 36: (2, 36, 137), 48: (2, 48, 137))
@meteoDaniel thanks!
Dear creators of iTransformer.
I am really looking forward to Test in the next days.
In your usage example, there might be a typo in the comment describing the dimensions of the output. The dimensions pred_length and variate have to change ?!
Best regards