-
Notifications
You must be signed in to change notification settings - Fork 617
Closed
Labels
Description
Per the RFC, we need to move metric_losses from contrib to addons:
- pairwise_distance
- contrastive_loss
- triplet_semihard_loss
- npairs_loss
- npairs_loss_multilabel
- lifted_struct_loss
This will involve inheriting from base Keras Loss, modifying the code to match those APIs, and modifying test cases to run in TF2.