RuntimeError: applying transform <monai.transforms.compose.Compose object at 0x7f75b590b550> #4756
Unanswered
lincong8722
asked this question in
Q&A
Replies: 1 comment
-
Hi @lincong8722, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use the 3D nii data of dimension (2, 256, 256, 256) (where, 2 is the number of channels, I stitch the two (256, 256, 256) 3d images together by the newly created dimension ) input into the network, the program will report the following error:


————————————————————
This is my part of code:
This should be a problem with my transformer part, but I don't know how to write the transformer if the input nii data itself has a channel?
Beta Was this translation helpful? Give feedback.
All reactions