You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WHERE
In pytorch_forecasting.metrics.quantile
In QuantileLoss.loss (shown below)
WHAT
torch.cat with dim=2 does not work as tensors are expected to have unknown number of dimensions.
It works fine with dim=-1.
(By the way I'm not sure about the criterion's scaling "2 *" logic. I don't find it in other references)
(And specifying the quantile dimension is the last one of y_pred/losses should be added to documentation)
bobbyx27
changed the title
[BUG]: Error from non existent dim in QuantileLoss.loss
[BUG]: Error from unknown number of dimensions in QuantileLoss.loss
Mar 13, 2025
bobbyx27
changed the title
[BUG]: Error from unknown number of dimensions in QuantileLoss.loss
[BUG]: Error while assuming fixed number of dimensions in QuantileLoss.loss
Mar 13, 2025
WHERE
In pytorch_forecasting.metrics.quantile
In QuantileLoss.loss (shown below)
WHAT
torch.cat with dim=2 does not work as tensors are expected to have unknown number of dimensions.
It works fine with dim=-1.
(By the way I'm not sure about the criterion's scaling "2 *" logic. I don't find it in other references)
(And specifying the quantile dimension is the last one of y_pred/losses should be added to documentation)
CODE
The text was updated successfully, but these errors were encountered: