RuntimeError: stack expects each tensor to be equal size, but got [1, 64, 64, 64] at entry 0 and [4, 64, 64, 64] at entry 3 #846
Unanswered
ankitabuntolia
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, @ankitabuntolia. Thanks for reporting this. Can you please create a bug report and ping @snipdome in it? |
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 am following TorchIO Tutorial for my 3D OCT Image Segmentation task.
Background: All of my images and labels are of size 512x496x49 In the label I have 4 classes (including a background as 0 and all others are 1,2,3)
I am facing error of size mismatch of tensor.
Can someone tell me where am I doing wrong?
My Code
Dataloader
Beta Was this translation helpful? Give feedback.
All reactions