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 @jacobgil,
I am using this project for my swin transformers but it is giving error showing
35 # print("a : ",a)
36 # print(a.size())
---> 37 a = a / a.sum(dim=-1)
38
39 result = torch.matmul(a, result)
RuntimeError: The size of tensor a (49) must match the size of tensor b (64) at non-singleton dimension 1 ```
Please a give a solution for the same
The text was updated successfully, but these errors were encountered:
Hi @jacobgil,
I am using this project for my swin transformers but it is giving error showing
The text was updated successfully, but these errors were encountered: