Skip to content

Commit ec03773

Browse files
authored
[Fix] Remove unexist arg in docstring open-mmlab#1106
1 parent 3057ef6 commit ec03773

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mmseg/models/losses/dice_loss.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ class DiceLoss(nn.Module):
5555
Volumetric Medical Image Segmentation <https://arxiv.org/abs/1606.04797>`_.
5656
5757
Args:
58-
loss_type (str, optional): Binary or multi-class loss.
59-
Default: 'multi_class'. Options are "binary" and "multi_class".
6058
smooth (float): A float number to smooth loss, and avoid NaN error.
6159
Default: 1
6260
exponent (float): An float number to calculate denominator

0 commit comments

Comments
 (0)