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
您好,在前向传播的过程中
feat32_sum = feat32_arm + avg_up
RuntimeError: The size of tensor a (48) must match the size of tensor b (32) at non-singleton dimension 3
print(feat32_arm.shape, avg_up.shape)
torch.Size([1, 128, 24, 48]) torch.Size([1, 128, 16, 32])
The text was updated successfully, but these errors were encountered:
您好,在前向传播的过程中
feat32_sum = feat32_arm + avg_up
RuntimeError: The size of tensor a (48) must match the size of tensor b (32) at non-singleton dimension 3
print(feat32_arm.shape, avg_up.shape)
torch.Size([1, 128, 24, 48]) torch.Size([1, 128, 16, 32])
The text was updated successfully, but these errors were encountered: