ece_loss icon indicating copy to clipboard operation
ece_loss copied to clipboard

A PyTorch implementation of the Exclusive Cross Entropy Loss.

Results 1 ece_loss issues
Sort by recently updated
recently updated
newest added

**Describe the bug** There is an edge case where the focal re-weighing scheme can produce numerically unstable derivatives. It is defined as: $$u(p) = -\alpha (1 - p) ^ \gamma...

bug