You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The available class monai.losses.DiceFocalLoss is missing the alpha parameter for Focal loss. Is this a result of some design choice or just got overlooked in the implementation?
Expected behavior alpha parameter should be passed to the monai.losses.FocalLoss or have the reason for its absence documented.
The text was updated successfully, but these errors were encountered:
I mean the argument passed down to the FocalLoss class during construction, which results in an alpha-balanced Focal loss as per the paper. I believe this argument should also be available in the DiceFocalLoss since it's effectively just a wrapper around the two losses.
Describe the bug
The available class monai.losses.DiceFocalLoss is missing the
alpha
parameter for Focal loss. Is this a result of some design choice or just got overlooked in the implementation?Expected behavior
alpha
parameter should be passed to the monai.losses.FocalLoss or have the reason for its absence documented.The text was updated successfully, but these errors were encountered: