KevinMusgrave / pytorch-metric-learning

The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.
https://kevinmusgrave.github.io/pytorch-metric-learning/
MIT License
5.96k stars 656 forks source link

add introduction of PNP Loss #676

Closed interestingzhuo closed 9 months ago

KevinMusgrave commented 9 months ago

Thanks @interestingzhuo! The main change I made was to mention relevant equations. Hopefully I got that right.

interestingzhuo commented 9 months ago

Thanks @interestingzhuo! The main change I made was to mention relevant equations. Hopefully I got that right.

”(The sigmoid function is R in the equations above.)“-> ”(The sigmoid function is used for R in the equations above.)“

KevinMusgrave commented 9 months ago

”(The sigmoid function is R in the equations above.)“-> ”(The sigmoid function is used for R in the equations above.)“

Done (on my master branch).