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
Hi @Parskatt , thanks for your wonderful job! But I have a question regarding calculation of P_lowres. Why are the best_match indices concatenated instead of the best_match scores for calculating the softmax?
Lol that seems bugged yeah, it should be cv[best_match] or something like that right? I made tiny roma pretty quickly so might still be bugs. Could you try the correct version?
Lol that seems bugged yeah, it should be cv[best_match] or something like that right? I made tiny roma pretty quickly so might still be bugs. Could you try the correct version?
Yeah I think so, thank you for your reply! Maybe I'll try it later.
Hi @Parskatt , thanks for your wonderful job! But I have a question regarding calculation of P_lowres. Why are the best_match indices concatenated instead of the best_match scores for calculating the softmax?
RoMa/romatch/models/tiny.py
Lines 132 to 135 in 82a3396
The text was updated successfully, but these errors were encountered: