SergioQuijanoRey / TFG

Trabajo Fin de Grado
1 stars 0 forks source link

Apply blog recommendations for solving certain bugs #72

Closed SergioQuijanoRey closed 4 months ago

SergioQuijanoRey commented 5 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

SergioQuijanoRey commented 5 months ago

Avoid vector space collapsing: other blog. They explain how to solve the problem that I am having!

SergioQuijanoRey commented 5 months ago

This snippet implements Batch hard triplet loss for the first blog, but in Pytorch instead of TensorFlow