Specaugment
PyTorch Implementation of Time/Frequency Masks
Install / Use
/learn @falloutdurham/SpecaugmentREADME
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)])
