Skip to main content

Module weighted

Module weighted 

Source
Expand description

Weighted DataLoader for importance sampling.

Provides WeightedDataLoader for sampling with per-sample weights, enabling importance sampling for imbalanced datasets or CITL reweighting.

Structsยง

WeightedDataLoader
A data loader that samples with per-sample weights.
WeightedDataLoaderIterator
Iterator over weighted sampled batches.