Skip to content

TorchData v0.11.0

Latest
Compare
Choose a tag to compare
@ramanishsingh ramanishsingh released this 21 Feb 22:41
· 4 commits to main since this release
377e64c

What's Changed

  • Addition of Unbatcher node (#1416 )
  • max_concurrent instance check and error message fix (#1420 )
  • Out of order implementation in StatefulDataloader (#1423 )
  • Addition of CYCLE_FOREVER stop criterion for MultiNodeWeightedSampler node (#1424 )
  • generator initial seed setting in RandomSampler (#1441 )
  • StatefulDataloader restart behavior when reloaded from a state_dict saved at end of epoch with num_workers=0 (#1439 )

New Contributors

Full Changelog: v0.10.1...v0.11.0
@andrewkho @divyanshk @scotts @atalman