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
Description
When using two images with this layout*, it brings up the error `tensor a (1460) must match the size of tensor b (1464) at non-singleton dimension 3**, it seems to be any image with the same dimensions, though I don't really know.
Ok, then this is just something we have to fix. In the meantime though, you should be able to get around it by giving one of the images a little bit of padding.
I am getting the same issue but I don't understand how padding helps? If I add padding to either the image or the mask then I just get an error saying the image and mask must have the same resolution, but without the padding I get the same "The size of tensor a (1482) must match the size of tensor b (1488) at non-singleton dimension 3" despite both the image and the mask having a width of 1482...
Information:
Description
When using two images with this layout*, it brings up the error `tensor a (1460) must match the size of tensor b (1464) at non-singleton dimension 3**, it seems to be any image with the same dimensions, though I don't really know.
*
**
Logs
main.log
No other logs
The text was updated successfully, but these errors were encountered: