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
Why is it necessary to transpose in indices = linear_sum_assignment(C.transpose(0, 1))? This transposition inverses the rows and columns, causing indices[1] not to correspond to cur_embds.
#34
Open
KaihongLi opened this issue
Nov 19, 2024
· 0 comments
The text was updated successfully, but these errors were encountered: