Closed SergioQuijanoRey closed 4 months ago
I've read a few blogs with some indications on how to implement online triplet loss:
Follow them as a last try to fix problems with training
Avoid vector space collapsing: other blog. They explain how to solve the problem that I am having!
This snippet implements Batch hard triplet loss for the first blog, but in Pytorch instead of TensorFlow
I've read a few blogs with some indications on how to implement online triplet loss:
Follow them as a last try to fix problems with training