Very cool paper. What is the reason for having the forecast horizon as a dimension? Unless the horizon == seq_length or horizon == 1, the dimensions of the label and prediction are incompatible.
The horizon would ideally be isolated to the data loader and affect only the data returned, not the dimension.
Very cool paper. What is the reason for having the forecast horizon as a dimension? Unless the horizon == seq_length or horizon == 1, the dimensions of the label and prediction are incompatible.
The horizon would ideally be isolated to the data loader and affect only the data returned, not the dimension.