torch.nn.functional.triplet_margin_loss¶
- torch.nn.functional.triplet_margin_loss(anchor, positive, negative, margin=1.0, p=2, eps=1e-06, swap=False, size_average=None, reduce=None, reduction='mean')[源代码]¶
计算给定输入张量之间的三元组损失,以及大于 0 的边距。
有关详细信息,请参见
TripletMarginLoss
。- 返回类型