Expand description
Samplers for data loading
Structs§
- Batch
Sampler - Batch sampler - yields batches of indices
- Random
Sampler - Random sampler - returns indices in random order
- Sequential
Sampler - Sequential sampler - returns indices in order
- Weighted
Random Sampler - Weighted random sampler
Traits§
- Sampler
- Trait for sampling indices