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
Loss functions seem to use one of classes or ignore_index or even both. We should support both options for all loss functions. This generates confusion when using multiple loss functions (see microsoft/torchgeo#1896) This involves updating the following:
JaccardLoss
FocalLoss
DiceLoss (this uses both classes and ignore_index
TverskyLoss (this is just a subclass of DiceLoss)
The text was updated successfully, but these errors were encountered:
Loss functions seem to use one of
classes
orignore_index
or even both. We should support both options for all loss functions. This generates confusion when using multiple loss functions (see microsoft/torchgeo#1896) This involves updating the following:JaccardLoss
FocalLoss
DiceLoss
(this uses bothclasses
andignore_index
TverskyLoss
(this is just a subclass ofDiceLoss
)The text was updated successfully, but these errors were encountered: