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, in the BiSRNet.py, lines 149 and 154 do not correspond to the formulas (16)-(19) in the paper. Should it be changed to "energy1 = torch.bmm (q1, k1)" and "energy2 = torch.bmm (q2, k2)"?
The text was updated successfully, but these errors were encountered:
Hi, in the BiSRNet.py, lines 149 and 154 do not correspond to the formulas (16)-(19) in the paper. Should it be changed to "energy1 = torch.bmm (q1, k1)" and "energy2 = torch.bmm (q2, k2)"?
The text was updated successfully, but these errors were encountered: