Replies: 2 comments 1 reply
-
Hi @pauljhin, what's your "val_inputs"? I think it should be 3D tensor. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @KumoLiu Thank you for your reply. Apologies for my delay. Yes they are 3D tensor. The problem has different dimensions. When I use batch size greater than 1 this problem occurs. How do I use larger batch sizes with arbitrary volumetric dimensions? Thanks! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using this example below as a base for my code. My code loads the NIfTI images with DataSet and DataLoader and performs the following transformation operations on the Volume 3D.
https://github.com/Project-MONAI/tutorials/blob/main/modules/2d_inference_3d_volume.ipynb
The problem is when making the inference (in the following code snippet).
The following error occurs:
Does anyone know how I can solve it?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions