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
images_masked = (images * (1 - masks).float()) + masks RuntimeError: The size of tensor a (256) must match the size of tensor b (455) at non-singleton dimension 3
The images that I use have a size of 1280x720 (images and masks). I use "pconv" as the mask type. Any suggestion?
The text was updated successfully, but these errors were encountered:
I get the following error:
images_masked = (images * (1 - masks).float()) + masks
RuntimeError: The size of tensor a (256) must match the size of tensor b (455) at non-singleton dimension 3
The images that I use have a size of 1280x720 (images and masks). I use "pconv" as the mask type. Any suggestion?
The text was updated successfully, but these errors were encountered: