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
when train the model size is correct, while inference got error:
/spinenet.py", line 157, in forward
target_feat = parent0_feat + parent1_feat
RuntimeError: The size of tensor a (14) must match the size of tensor b (16) at non-singleton dimension 2
The text was updated successfully, but these errors were encountered:
@jinfagang I tried to set different test input resolution. However, when the divisor lower than 128 the RuntimeError will occur as you mentioned above.
when train the model size is correct, while inference got error:
The text was updated successfully, but these errors were encountered: