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
the paper says that NNCCS value range is shifted from [-1,+1] to [ε, 2+ε] by adding a 1+ε term, however, the codes didn't add this term max_negative_cloned[index,label.view(-1)]= -1e-12, do we need to add 1+ε for quality score?
The text was updated successfully, but these errors were encountered:
the paper says that NNCCS value range is shifted from [-1,+1] to [ε, 2+ε] by adding a 1+ε term, however, the codes didn't add this term
max_negative_cloned[index,label.view(-1)]= -1e-12
, do we need to add 1+ε for quality score?The text was updated successfully, but these errors were encountered: