Replies: 1 comment 9 replies
-
@yiheng-wang-nv sorry for the direct tag, but could you take a look at this by chance? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am trying to get a binary 3D segmentation running based on the two examples of the tutorials, but it seems like there are still some problems in my setup. I hope that someone might be able to help me.
Hence my model output at this point for batch size one should be of dimension (1, 2,160,160,160).
loss_function = DiceLoss(to_onehot_y=True,softmax=True)
My loss is lowering during training:
dice_metric = DiceMetric(include_background=False, reduction="mean")
For the dice_metric I am receiving a value of 0 almost throughout the whole training and the final output segmentations look almost like the opposite of the ground truth:
Are there any configurations that do not make sense in my scenario? Thanks a lot for the help!
Beta Was this translation helpful? Give feedback.
All reactions