torch_brain.data.sampler#
See Sampling for further details.
Samples fixed-length windows randomly, given intervals defined in the |
|
Samples fixed-length windows sequentially, always in the same order. |
|
Randomly samples a single trial interval from the given intervals. |
|
Wraps a sampler to be used in a distributed evaluation setting. |
|
A sampler designed specifically for evaluation that enables sliding window inference with prediction stitching across distributed processes. |