ROI size in DynNet during inference #2673
Unanswered
talhaanwarch
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @talhaanwarch , Could you please help share the full error log for debug? Thanks. |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
DynNet model copied from
MONAI/tests/test_dynunet.py
Line 62 in 7f42efe
Shape printed
torch.Size([1, 1, 358, 353, 201]) torch.Size([1, 1, 358, 353, 201])
But I got this error when passed to
sliding_window_inference
RuntimeError: The size of tensor a (96) must match the size of tensor b (48) at non-singleton dimension 2
Beta Was this translation helpful? Give feedback.
All reactions