/specAug

local spectrogram augmentation on the fly

Primary LanguagePythonMIT LicenseMIT

specAug

This is a local implementation of spectrogram augmentation on the fly in training stage. Originated from SpecAugment.

Files

augmentation.py currently supports frequecy_mask, time_mask and combined. More local spec augment methods will be added in the future.

aug_dataset.py contains random local augmentation.