braindecode.augmentation.AugmentedDataLoader

class braindecode.augmentation.AugmentedDataLoader(dataset, transforms=None, **kwargs)

A base dataloader class customized to applying augmentation Transforms.

Parameters
datasetBaseDataset

The dataset containing the signals.

transformslist | Transform, optional

Transform or sequence of Transform to be applied to each batch.

**kwargsdict, optional

keyword arguments to pass to standard DataLoader class.

Examples using braindecode.augmentation.AugmentedDataLoader