Browse Source

Update __init__.py

pull/1/head
xiaobao123 2 years ago
parent
commit
9a867733af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/nn/loss/__init__.py

+ 1
- 1
mindspore/nn/loss/__init__.py View File

@@ -18,7 +18,7 @@ Loss.
Cells of loss function. Loss function in machine learning is the target of the model. Cells of loss function. Loss function in machine learning is the target of the model.
It shows how well the model works on a dataset and the optimization target which the optimizer is searching. It shows how well the model works on a dataset and the optimization target which the optimizer is searching.
""" """
#本文件为loss文件构建文件
from .loss import L1Loss, MSELoss, SmoothL1Loss, FocalLoss,\ from .loss import L1Loss, MSELoss, SmoothL1Loss, FocalLoss,\
SoftmaxCrossEntropyWithLogits, BCELoss, CosineEmbeddingLoss, \ SoftmaxCrossEntropyWithLogits, BCELoss, CosineEmbeddingLoss, \
SampledSoftmaxLoss, DiceLoss, BCEWithLogitsLoss, MultiClassDiceLoss,\ SampledSoftmaxLoss, DiceLoss, BCEWithLogitsLoss, MultiClassDiceLoss,\


Loading…
Cancel
Save