mindspore.mint.nn.SmoothL1Loss ============================== .. py:class:: mindspore.mint.nn.SmoothL1Loss(reduction='mean', beta=1.0) 计算平滑L1损失,该L1损失函数有稳健性。 参见 :func:`mindspore.mint.nn.functional.smooth_l1_loss` 获取更多详情。