Skip to content

v2.4.0

Compare
Choose a tag to compare
@KevinMusgrave KevinMusgrave released this 16 Dec 04:55
· 26 commits to master since this release
e540cd0

Features

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!