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
convcrf/convcrf.py", line 598, in inference
prediction = (self.unary_weight - self.weight) * lg_unary + \
RuntimeError: The size of tensor a (512) must match the size of tensor b (20) at non-singleton dimension 1
the input image and unary size are:
image vs unary input size: torch.Size([1, 3, 512, 1024]) vs torch.Size([1, 20, 512, 1024])
The text was updated successfully, but these errors were encountered:
same input as example, but got this error:
the input image and unary size are:
The text was updated successfully, but these errors were encountered: