proper Activation Function and Loss Function #5009
-
Hello there, loss function originally: i want to say here that even in multi-label segementation using sigmoid didnt effect the results, is that normal? or we have to use softmax for multi-label segmentation task? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi @Harris91-lee, |
Beta Was this translation helpful? Give feedback.
Hi @Harris91-lee,
Multilabel assumed that classes are not mutually exclusive and each class have its own channel, so use
Sigmoid=True
is correct.