specaugment
There are 13 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
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.
justanotherinternetguy/XSpeech
XSpeech: A Novel Deep Learning Approach to Classifying Stutters
CaptainAlready/SimpleSpecAugment
Simple numpy-based implementation of SpecAugment
realjules/speech-transformer
PyTorch implementation of Transformer-based Automatic Speech Recognition with attention mechanisms, SpecAugment, CTC loss, and mixed precision training. Achieves competitive WER/CER on LibriSpeech.
Ritish369/Audio-Classification-CNNs
An Audio Classification task with two types of inputs to the CNN models for intended work using Tensorflow.
TeaPoly/SpectrumAugmenter
Performs data augmentation as according to the SpecAugment paper. Modified from Lingvo (TensorFlow > 1.10.0).