BetaNLL#
- class torch_uncertainty.losses.BetaNLL(beta=0.5, reduction='mean')[source]#
The Beta Negative Log-likelihood loss.
- Parameters:
beta (
float) – Parameter from range [0, 1] controlling relative weighting between data points, where0corresponds to high weight on low error points and1to an equal weighting.reduction (
str|None) – Specifies the reduction to apply to the output. Must be one of'none','mean'or'sum'.
References