Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leeesangwon authored Jan 14, 2020
1 parent 6f1ec9d commit b473b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions losses.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def l2_loss(anchors, positives):
class AngularLoss(NPairLoss):
"""
Angular loss
Wang, Jian. "Deep Metric Learning with Angular Loss," CVPR, 2017
Wang, Jian. "Deep Metric Learning with Angular Loss," ICCV, 2017
https://arxiv.org/pdf/1708.01682.pdf
"""

Expand Down Expand Up @@ -213,7 +213,7 @@ def angular_loss(anchors, positives, negatives, angle_bound=1.):
class NPairAngularLoss(AngularLoss):
"""
Angular loss
Wang, Jian. "Deep Metric Learning with Angular Loss," CVPR, 2017
Wang, Jian. "Deep Metric Learning with Angular Loss," ICCV, 2017
https://arxiv.org/pdf/1708.01682.pdf
"""

Expand Down

0 comments on commit b473b9f

Please sign in to comment.