torch.nn.functional.hinge_embedding_loss
- torch.nn.functional.hinge_embedding_loss(input, target, margin=1.0, size_average=None, reduce=None, reduction='mean') Tensor [source]
See
HingeEmbeddingLoss
for details.- Return type
See HingeEmbeddingLoss
for details.