ConflictualLoss#
- class torch_uncertainty.losses.ConflictualLoss(reg_weight=1, reduction='mean')[source]#
The Conflictual Loss.
- Parameters:
reg_weight (float, optional) – The weight of the regularization term.
reduction (str, optional) – specifies the reduction to apply to the output:
'none'|'mean'|'sum'.
References