-
Describe the bug To Reproduce
The input parameter model file can be null. here is my input file Expected behavior Environment Ensuring you use the relevant python executable, please paste the output of:
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @bxdgit, seem your |
Beta Was this translation helpful? Give feedback.
-
Glad to get your reply,I remove |
Beta Was this translation helpful? Give feedback.
-
Hi @bxdgit, oh I got it. An additional issue is that
Hope it can help you, thanks! Just move it to the discussion. |
Beta Was this translation helpful? Give feedback.
Hi @bxdgit, oh I got it. An additional issue is that
SqueezeDimd(keys=['image'], dim=-1),
in thepre_transforms
, it changes your input spacing. You could remove this line and updateEnsureChannelFirstd
with the specified channel dim.Hope it can help you, thanks! Just move it to the discussion.