SpecAugment / PyTorch Implements the frequency and time masking transforms from SpecAugment in PyTorch. Example transforms.Compose([ transforms.ToTensor(), FrequencyMask(max_width=10, use_mean=False)])