API symbolsnn
Copy
tensorplay.nn.functional.smooth_l1_loss
- tensorplay.nn.functional.smooth_l1_loss(input: TensorBase, target: TensorBase, size_average=None, reduce=None, reduction: str = 'mean', beta: float = 1.0) TensorBase[source]
Compute the Smooth L1 loss.
Function uses a squared term if the absolute element-wise error falls below beta and an L1 term otherwise. See
SmoothL1Lossfor details.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
