We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f0364 commit 82e39d1Copy full SHA for 82e39d1
torch/nn/modules/loss.py
@@ -472,7 +472,7 @@ class MultiLabelMarginLoss(_Loss):
472
473
`y` and `x` must have the same size.
474
475
- The criterion only considers the first non zero `y[j]` targets.
+ The criterion only considers the first non-negative `y[j]` targets.
476
477
This allows for different samples to have variable amounts of target classes
478
"""
0 commit comments