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,Yang!I see your model_attention code,in function xattn_score_t2i,you use similarities.append(row_sim+0.5max_attn) to compute.I want to know why you use 0.5max_attn,and whether you mention this in your paper.
The text was updated successfully, but these errors were encountered:
Hi,Yang!I see your model_attention code,in function xattn_score_t2i,you use similarities.append(row_sim+0.5max_attn) to compute.I want to know why you use 0.5max_attn,and whether you mention this in your paper.
The text was updated successfully, but these errors were encountered: