Replies: 4 comments 7 replies
-
Hi @desserdmi , Thanks for your interest here, I didn't see some problem in your description. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
Sure! here are my transforms: train_transform = Compose(
) |
Beta Was this translation helpful? Give feedback.
-
Hi @desserdmi , Could you please help print out the shape of label before loss function? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @desserdmi , I think you must set Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
I have a very similar problem with 3D segmentation task as already discussed in issue #415, but the solution does not work for me..
My input is a 3D image (CT scan) and multi-class label segmentation mask containing 3 labels: background, bleeding and edema, labeled as [0,1,2].
I am trying to apply 3D spleen segmentation tutorial and I have already changed the parameter to softmax=True, but I still get the error: IndexError: index 5 is out of bounds for dimension 4.
Does anybody maybe have an idea?
Any help is appreciated and thank you very much in advance!
Beta Was this translation helpful? Give feedback.
All reactions