Skip to content

v2.1.2

Compare
Choose a tag to compare
@KevinMusgrave KevinMusgrave released this 27 May 21:34
· 164 commits to master since this release

Bug Fixes

  • Fixed bug where set_stats was not being called in TripletMarginMiner (#628)
  • Made HierarchicalSampler extend torch.utils.data.Sampler instead of torch.utils.data.BatchSampler (#613)
  • Made samplers documentation clearer (#615). Thanks @rheum !