[Fix] Remove unexist arg in docstring #1106

This commit is contained in:
KangBK0120 2021-12-06 21:03:25 +09:00 committed by GitHub
parent 3057ef6d9b
commit ec0377328d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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