Skip to content

Commit

Permalink
[Fix] Remove unexist arg in docstring open-mmlab#1106
Browse files Browse the repository at this point in the history
  • Loading branch information
KangBK0120 authored Dec 6, 2021
1 parent 3057ef6 commit ec03773
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mmseg/models/losses/dice_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ class DiceLoss(nn.Module):
Volumetric Medical Image Segmentation <https://arxiv.org/abs/1606.04797>`_.
Args:
loss_type (str, optional): Binary or multi-class loss.
Default: 'multi_class'. Options are "binary" and "multi_class".
smooth (float): A float number to smooth loss, and avoid NaN error.
Default: 1
exponent (float): An float number to calculate denominator
Expand Down

0 comments on commit ec03773

Please sign in to comment.