neuraltrain.augmentations.augmentations.ChannelsDropoutConfig¶ class neuraltrain.augmentations.augmentations.ChannelsDropoutConfig(*, probability: float, p_drop: float)[source][source]¶ Configuration for braindecode’s ChannelsDropout augmentation. Parameters: probability (float) – Probability of applying the augmentation to a given example. p_drop (float) – Fraction of channels to drop.