Skip to content

Commit 5af11be

Browse files
fix broken link for npair_loss_cn (#7557)
1 parent 980a316 commit 5af11be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/paddle/nn/functional/npair_loss_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ npair_loss
55

66
.. py:function:: paddle.nn.functional.npair_loss(anchor, positive, labels, l2_reg=0.002)
77
8-
参考阅读 `Improved Deep Metric Learning with Multi class N pair Loss Objective <http://www.nec-labs.com/uploads/images/Department-Images/MediaAnalytics/papers/nips16_npairmetriclearning.pdf>`_
8+
参考阅读 `Improved Deep Metric Learning with Multi class N pair Loss Objective <http://papers.nips.cc/paper/6200-improved-deep-metric-learning-with-multi-class-n-pair-loss-objective.pdf>`_
99

1010
NPair 损失需要成对的数据。NPair 损失分为两部分:第一部分是对嵌入向量进行 L2 正则化;第二部分是每一对数据的相似性矩阵的每一行和映射到 ont-hot 之后的标签的交叉熵损失的和。
1111

0 commit comments

Comments
 (0)