Replies: 1 comment 1 reply
-
Have you solve this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying with UNet with the example file given. I'm getting the following error. I thought it's because of the input dimensions tried to change the input to 224x224(crop) and no help by that. This is the error getting
RuntimeError: Sizes of tensors must match except in dimension 1. Got 22 and 21 in dimension 3 (The offending index is 1)
Beta Was this translation helpful? Give feedback.
All reactions