mindspore.mint.nn.SmoothL1Loss
- class mindspore.mint.nn.SmoothL1Loss(reduction='mean', beta=1.0)[源代码]
计算平滑L1损失,该L1损失函数有稳健性。
参见
mindspore.mint.nn.functional.smooth_l1_loss()
获取更多详情。- 支持平台:
Ascend
计算平滑L1损失,该L1损失函数有稳健性。
参见 mindspore.mint.nn.functional.smooth_l1_loss()
获取更多详情。
Ascend