mmaction2 icon indicating copy to clipboard operation
mmaction2 copied to clipboard

[Update] Infinite Sampler

Open dreamerlin opened this issue 2 years ago • 0 comments

Add InfiniteSampler and InfiniteEpochBasedRunner

The workers of dataloader will re-initialize when the iterator of dataloader is created. InfiniteSampler is designed to avoid these time-consuming operations since the iterator with InfiniteSampler will never reach the end.

dreamerlin avatar Mar 10 '22 11:03 dreamerlin