16 skills found
DemisEom / SpecAugmentA Implementation of SpecAugment with Tensorflow & Pytorch, introduced by Google Brain
zcaceres / Spec Augment🔦 A Pytorch implementation of GoogleBrain's SpecAugment: A Simple Data Augmentation Method for Automatic Speech Recognition
pyyush / SpecAugmentSpecAugment: A Simple Data Augmentation Method for Automatic Speech Recognition
Kyubyong / SpecAugmentTensor2tensor experiment with SpecAugment
WangHelin1997 / SpecAugment PlusA Pytorch implementation of the paper : SpecAugment++: A Hidden Space Data Augmentation Method for Acoustic Scene Classification
biyoml / End To End Mandarin ASREnd-to-end speech recognition on AISHELL dataset.
KimJeongSun / SpecAugment Numpy Scipyfast SpecAugmentation code with numpy and scipy
bobchennan / Sparse Image Warp PytorchPytorch implementation of sparse_image_warp and an example of GoogleBrain's SpecAugment is given: A Simple Data Augmentation Method for Automatic Speech Recognition https://arxiv.org/abs/1904.08779
ServerSideHannes / Lastf 2.0 implementation of Listen, attend and spell
irebai / SpecAugment KALDIA KALDI/C++ implementation of GoogleBrain's SpecAugment: A Simple Data Augmentation Method for Automatic Speech Recognition
IMLHF / SpecAugmentPyTorchA Pytorch (support batch and channel) implementation of GoogleBrain's SpecAugment: A Simple Data Augmentation Method for Automatic Speech Recognition
falloutdurham / SpecaugmentPyTorch Implementation of Time/Frequency Masks
IiVvYy-Nino / EEG Epilepsy PredictionEEG-Epilepsy-Prediction 是一个面向多通道脑电(EEG)数据的癫痫发作检测与分型框架,集成了频谱/时域特征提取、BiLSTM 帧级分类与精细后处理(平滑、阈值判决、确认窗、冷却合并),聚焦事件级检测精度与误报控制(FA/h 限制)。项目支持 特征缓存与标签自动构建,并提供 阈值网格搜索+写回配置,实现端到端训练与推理。创新点包括:引入 Mixup/SpecAugment 数据增强 提升模型泛化,采用 LOSOCV(受试者留一)策略 评估跨个体鲁棒性,结合轻量化实现与参数寻优工具,适合科研探索与临床原型开发。
MichaelisTrofficus / Spec AugmentTensorflow Layer that implements the SpecAugment technique
mrpep / SpecAugmentA minimalistic Tensorflow 2.x Keras layer which applies SpecAugment to its input
joy20182018 / SpecAugment对谷歌最新的论文SpecAugment使用matlab复现