update the documentation of MirrorPad, Pad, BCEWithLogitsLoss, etc.
This commit is contained in:
parent
897ab2fe01
commit
40b8a9479d
|
@ -1069,7 +1069,7 @@ class CosineEmbeddingLoss(LossBase):
|
|||
class BCEWithLogitsLoss(LossBase):
|
||||
r"""
|
||||
Adds sigmoid activation function to input logits, and uses the given logits to compute binary cross entropy
|
||||
between the labels and the output.
|
||||
between the logits and the labels.
|
||||
|
||||
Sets input `logits` as :math:`X`, input `labels` as :math:`Y`, output as :math:`L`. Then,
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue