A Pytorch Implementation of GoogleBrain's SpecAugment: A Simple Data Augmentation Method for Automatic Speech Recognition
SpecAugment is a state of the art data augmentation approach for speech recognition.
The original implementation is from DemisEom and bobchennan.
To run this SpecAugment
-
Install SpecAugment library by
pip install SpecAugment
-
Run the file, spec_augment_test_pytorch.py.