v2.4.0
Features
- Added DynamicSoftMarginLoss. See PR #659. Thanks @domenicoMuscill0!
- Added RankedListLoss. See PR #659. Thanks @domenicoMuscill0!
Bug fixes
- Fixed issue where PNPLoss would return NaN when a batch sample had no corresponding positive. See PR #660. Thanks @Puzer and @interestingzhuo!
Tests
- Fixed the test for HistogramLoss to work with PyTorch 2.1. Thanks @GaetanLepage!