Why expose the softmax
and sigmoid
parameters on the DiceFocalLoss
if by default the FocalLoss
works only with logits?
#2612
ramonemiliani93
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @ramonemiliani93 , The 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.
-
Hi, I find it confusing that the
softmax
andsigmoid
parameters are exposed on theDiceFocalLoss
if by default it has to work with the logits, as per the documentation:Is there a specific reason for not removing the parameters? I feel this may lead to bugs on user code.
Beta Was this translation helpful? Give feedback.
All reactions