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
at this point the range of theta is 0 <= theta <= pi. theta + m can be larger than pi, and in that case adding m results in negative penalty, leading to data leakage.
I think we shoud clip theta + m like
keras-arcface/metrics.py
Line 36 in 877ea00
at this point the range of theta is
0 <= theta <= pi
.theta + m
can be larger than pi, and in that case adding m results in negative penalty, leading to data leakage.I think we shoud clip
theta + m
likeThe text was updated successfully, but these errors were encountered: