Open
Description
Hi !
A quick question about a loss, I've used quite a few losses and loss mixtures without any problems, but when I use iou loss, I only get empty predictions. My ground truth is a multiclass mask, without encoding labels on channels
loss = smp.losses.JaccardLoss(mode='multiclass', from_logits=True)
However, with the other losses, I'm fine with multiclasses, and with logits too.
Metadata
Metadata
Assignees
Labels
No labels