We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad415f commit 35f5387Copy full SHA for 35f5387
change_detection_pytorch/losses/jaccard.py
@@ -30,8 +30,7 @@ def __init__(
30
log_loss: If True, loss computed as `- log(jaccard_coeff)`, otherwise `1 - jaccard_coeff`
31
from_logits: If True, assumes input is raw logits
32
smooth: Smoothness constant for dice coefficient
33
- ignore_index: Label that indicates ignored pixels (does not contribute to loss)
34
- eps: A small epsilon for numerical stability to avoid zero division error
+ eps: A small epsilon for numerical stability to avoid zero division error
35
(denominator will be always greater or equal to eps)
36
37
Shape
0 commit comments