What is the loss function for multilabel segmentation #2581
-
I am confused what loss function should I used. My image size and label size is
Here is loss function, I am using
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @talhaanwarch , Thanks for your interest and experiments here. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @talhaanwarch ,
Thanks for your interest and experiments here.
I think that's the expected output? Because you don't have
sigmoid
andargmax
in UNet, DiceLoss hassigmoid
andto_onehot_y
args to handle the raw output of UNet as you set.Thanks.