Open thangvubk opened 5 years ago
It seems a minus is missing in eq (4) - the MarginRankingLoss. It should be max(0, -(s1 − s2) ∗ γ + ε).
max(0, -(s1 − s2) ∗ γ + ε)
I'm sorry for this writing mistake. I will correct it in Arxiv version and clarify it in the project page. Thanks very much.
It seems a minus is missing in eq (4) - the MarginRankingLoss. It should be
max(0, -(s1 − s2) ∗ γ + ε)
.