neuraltrain.augmentations.augmentations.SmoothTimeMaskConfig¶ class neuraltrain.augmentations.augmentations.SmoothTimeMaskConfig(*, probability: float, mask_len_samples: int)[source][source]¶ Configuration for braindecode’s SmoothTimeMask augmentation. Parameters: probability (float) – Probability of applying the augmentation to a given example. mask_len_samples (int) – Length (in samples) of the time block to mask.