Closed isaaccorley closed 8 months ago
Some of the loss functions use either ignore_index, classes, or in some cases both. However some losses are are able to support both. This PR adds the following:
ignore_index
classes
FocalLoss
JaccardLoss
See https://github.com/isaaccorley/torchseg/issues/7
Some of the loss functions use either
ignore_index
,classes
, or in some cases both. However some losses are are able to support both. This PR adds the following:classes
inFocalLoss
ignore_index
inJaccardLoss
See https://github.com/isaaccorley/torchseg/issues/7