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 3c1ec33 commit c3c2570Copy full SHA for c3c2570
monai/losses/unified_focal_loss.py
@@ -45,7 +45,7 @@ def __init__(
45
Args:
46
to_onehot_y: whether to convert `y` into the one-hot format. Defaults to False.
47
delta : weight of the background. Defaults to 0.7.
48
- gamma : value of the exponent gamma in the definition of the Focal loss . Defaults to 2.
+ gamma : value of the exponent gamma in the definition of the Focal loss . Defaults to 0.75.
49
epsilon : it defines a very small number each time. simmily smooth value. Defaults to 1e-7.
50
include_background: whether to include background class in loss calculation. Defaults to True.
51
"""
0 commit comments