Module sampler

Module sampler 

Source
Expand description

Samplers for data loading

Structs§

BatchSampler
Batch sampler - yields batches of indices
RandomSampler
Random sampler - returns indices in random order
SequentialSampler
Sequential sampler - returns indices in order
WeightedRandomSampler
Weighted random sampler

Traits§

Sampler
Trait for sampling indices