mindspore/docs/api/api_python/ops/mindspore.ops.SmoothL1Loss.rst

9 lines
254 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.ops.SmoothL1Loss
============================
.. py:class:: mindspore.ops.SmoothL1Loss(beta=1.0, reduction='none')
计算平滑L1损失该L1损失函数有稳健性。
更多参考详见 :func:`mindspore.ops.smooth_l1_loss`