Skip to content

Commit

Permalink
2022-10-10
Browse files Browse the repository at this point in the history
  • Loading branch information
yangguohao committed Oct 10, 2022
1 parent 518c53c commit ef91530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/nn/layer/loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ class MultiMarginLoss(Layer):
label: 1-D Tensor, the shape is [N,].
output: scalar. If :attr:`reduction` is ``'none'``, then same shape as the input.
output: scalar. If :attr:`reduction` is ``'none'``, then same shape as the label.
Returns:
A callable object of MultiMarginLoss.
Expand Down

0 comments on commit ef91530

Please sign in to comment.