From 9a867733afc1924792efe2af88f5eb67218ae9db Mon Sep 17 00:00:00 2001 From: xiaobao123 <3066464615@qq.com> Date: Tue, 5 Sep 2023 17:14:20 +0800 Subject: [PATCH] Update __init__.py --- mindspore/nn/loss/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/nn/loss/__init__.py b/mindspore/nn/loss/__init__.py index 6402201505..4b60eebc64 100644 --- a/mindspore/nn/loss/__init__.py +++ b/mindspore/nn/loss/__init__.py @@ -18,7 +18,7 @@ Loss. 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. """ - +#本文件为loss文件构建文件 from .loss import L1Loss, MSELoss, SmoothL1Loss, FocalLoss,\ SoftmaxCrossEntropyWithLogits, BCELoss, CosineEmbeddingLoss, \ SampledSoftmaxLoss, DiceLoss, BCEWithLogitsLoss, MultiClassDiceLoss,\