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
File "/home/nkw/code/hmp2g-master/ALGORITHM/common/hyper_net.py", line 49, in forward
hidden = F.relu(torch.matmul(x_, w1) + b1) # b * t, 1, emb
RuntimeError: Expected size for first two dimensions of batch2 tensor to be: [10, 360] but got: [10, 264].
似乎是报错计算出的维度不正确,请问如何解决?
The text was updated successfully, but these errors were encountered:
File "/home/nkw/code/hmp2g-master/ALGORITHM/common/hyper_net.py", line 49, in forward
hidden = F.relu(torch.matmul(x_, w1) + b1) # b * t, 1, emb
RuntimeError: Expected size for first two dimensions of batch2 tensor to be: [10, 360] but got: [10, 264].
似乎是报错计算出的维度不正确,请问如何解决?
The text was updated successfully, but these errors were encountered: