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
Adding a margin would enable users to ensure that the target category has logits strictly larger than any non-target category, accounting for solver tolerances. For more details, see #158 (comment).
Sketch
Ensure that margin is applied in all solve modes (closest; worst).
Add tests that fail at HEAD and pass with the new behavior. It would probably be best to use a simple NN.
Adding a
margin
would enable users to ensure that the target category has logits strictly larger than any non-target category, accounting for solver tolerances. For more details, see #158 (comment).Sketch
margin
is applied in all solve modes (closest
;worst
).NOTE: This would partially undo #65.
The text was updated successfully, but these errors were encountered: