You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a confution about accuracy function.
in triple loss theory, dist_(a_p) < dist_(a_n)
however, in your L517 of main.py
show that pred = (dist_a - dist_b - margin) > 0 is currect.