specaugment
There are 11 repositories under specaugment topic.
DemisEom/SpecAugment
A Implementation of SpecAugment with Tensorflow & Pytorch, introduced by Google Brain
pyyush/SpecAugment
SpecAugment: A Simple Data Augmentation Method for Automatic Speech Recognition
Kyubyong/specAugment
Tensor2tensor experiment with SpecAugment
biyoml/End-to-End-Mandarin-ASR
End-to-end speech recognition on AISHELL dataset.
KimJeongSun/SpecAugment_numpy_scipy
fast SpecAugmentation code with numpy and scipy
ServerSideHannes/las
tf 2.0 implementation of Listen, attend and spell
mrpep/SpecAugment
A minimalistic Tensorflow 2.x Keras layer which applies SpecAugment to its input
justanotherinternetguy/XSpeech
XSpeech: A Novel Deep Learning Approach to Classifying Stutters
Aditya3107/SpecAugment-vs-CodecAugment
Emotion recognition with IEMOCAP datasets. We compare the results with SpecAugmentation and CodecAugmentation. For audio codec implementation, we have selected opus.
CaptainAlready/SimpleSpecAugment
Simple numpy-based implementation of SpecAugment
TeaPoly/SpectrumAugmenter
Performs data augmentation as according to the SpecAugment paper. Modified from Lingvo (TensorFlow > 1.10.0).