torch_brain.samplers#
See Data Sampling for further details.
Samples fixed-length windows randomly from a collection of time intervals. |
|
Samples fixed-length windows sequentially in a deterministic, reproducible order. |
|
Samples complete trial intervals without windowing. |
|
Wraps any sampler for use in distributed evaluation without dropping samples. |
|
Distributed sliding-window sampler that co-locates windows for prediction stitching. |