![]() |
Implements npairs loss.
Classes
class NpairsLoss
: Computes the npairs loss between y_true
and y_pred
.
class NpairsMultilabelLoss
: Computes the npairs loss between multilabel data y_true
and y_pred
.
Functions
npairs_loss(...)
: Computes the npairs loss between y_true
and y_pred
.
npairs_multilabel_loss(...)
: Computes the npairs loss between multilabel data y_true
and y_pred
.