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
Hello! Thank for your focal loss implementation. But I have question. I guessed we also have to consider negative cases of confidence in loss, I mean cases when pt = 1 - p. I see there are only pt = p(positive) cases, but no pt = 1 - p cases. Could you comment it?
The text was updated successfully, but these errors were encountered:
Hello! Thank for your focal loss implementation. But I have question. I guessed we also have to consider negative cases of confidence in loss, I mean cases when pt = 1 - p. I see there are only pt = p(positive) cases, but no pt = 1 - p cases. Could you comment it?
The text was updated successfully, but these errors were encountered: