pytorch-forecasting
pytorch-forecasting copied to clipboard
[ENH] Allow weight for Loss
Internally, for example CrossEntropy uses F.cross_entropy. This allows to weight the loss (see also here).
A feature request would be to expose this also in pytorch-forecasting as this is quiet often needed IMO.
Kind regards