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
I am trying to run this code, but I get the following error:
cx = torch.cat((cx1, cx2), dim=1)
RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 1. Got 128 and 64 in dimension 2 at /pytorch/aten/src/THC/generic/THCTensorMath.cu:71
Any idea, why is it so?
The text was updated successfully, but these errors were encountered:
I am trying to run this code, but I get the following error:
Any idea, why is it so?
The text was updated successfully, but these errors were encountered: