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
In counting_forward_hook function,
it sums up K and K2, but in the paper, we should calculate Na-dist(ci, cj)
Any relationship between K+K2 with Na-dist(ci, cj) ?
Thank you very much
The text was updated successfully, but these errors were encountered:
In
counting_forward_hook
function,it sums up K and K2, but in the paper, we should calculate
Na-dist(ci, cj)
Any relationship between K+K2 with
Na-dist(ci, cj)
?Thank you very much
The text was updated successfully, but these errors were encountered: