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 forMultiNodeWeightedSampler
node (#1424 ) generator
initial seed setting in RandomSampler (#1441 )StatefulDataloader
restart behavior when reloaded from a state_dict saved at end of epoch withnum_workers=0
(#1439 )
New Contributors
- @FightingZhen made their first contribution in #1413
- @kit1980 made their first contribution in #1419
- @michael-diggin made their first contribution in #1423
- @mirceamironenco made their first contribution in #1420
Full Changelog: v0.10.1...v0.11.0
@andrewkho @divyanshk @scotts @atalman