Replies: 1 comment
-
Hi @agokli, if you're working with 2D data, please ensure you're using a 2D kernel as well. |
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
-
I have following MONAI Transform:
train_transform = Compose(
[
)
I am running trying to run model for "RSNA-MICCAI Brain Tumor Radiogenomic Classification" and receiving following errror:
RuntimeError: input image (T: 1 H: 32 W: 24) smaller than kernel size (kT: 2 kH: 2 kW: 2)
Can you please explain the cause(s) for above error and potential solution(s) . I tried to change spatial_size attribute (Resized). I will like to understand how to diagnose MONAI Transform.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions