Skip to content

v0.9.91

Compare
Choose a tag to compare
@KevinMusgrave KevinMusgrave released this 31 Aug 13:04
· 851 commits to master since this release

Bug Fixes and Improvements

  • Fixed CircleLoss bug, by improving the logsumexp keep_mask implementation. See #173
  • Fixed convert_to_weights bug, which caused a runtime error when an empty indices_tuple was passed in. See #174
  • ProxyAnchorLoss now adds miner weights to the exponents which are fed to logsumexp. This is equivalent to scaling each loss component by e^(miner_weight). The previous behavior was to scale each loss component by just miner_weight.

Other updates