Closed eshijia closed 7 years ago
Could be!
Hmm... I changed the parameters such as batch_size, learning rate many times, but the results were still like what i mentioned. So... how should i use the margin_triplet_loss? Could you give any suggestions? @maciejkula Thanks!
To be honest I think I played with it for a while and found it to perform poorly, hence the switch to BPR. There's probably an annoying little mistake in the implementation somewhere.
I'll be removing this loss in a PR.
Hi! The code is really a good guild for using keras with triplet prediction. But when I changed the loss function from bpr_triplet_loss to margin_triplet_loss, I found following issue:
The Inversions percentage was INCREASING, and the AUC was DECREASING Why? It came to overfitting since the epoch 3?