Popular repositories
-
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding a…
-
This python code performs an efficient speech reverberation starting from a dataset of close-talking speech signals and a collection of acoustic impulse responses.
-
THEANO-KALDI-RNNs is a project implementing various Recurrent Neural Networks (RNNs) for RNN-HMM speech recognition. The Theano Code is coupled with the Kaldi decoder.
-
This code implements a basic MLP for speech recognition. The MLP is trained with pytorch, while feature extraction, alignments, and decoding are performed with Kaldi. The current implementation sup…
-
693 contributions in the last year
Contribution activity
June 2021
Created 58 commits in 2 repositories
Created a pull request in speechbrain/speechbrain that received 2 comments
AISHELL with wav2vec
This small PR adds wav2vec support to the AISHELL-1. Even if the pre-training is done with different languages, it seems to help quite a bit. Our b…
Opened 9 other pull requests in 1 repository
speechbrain/speechbrain
1
closed
8
merged
- add gconv
- fixes on ECAPA+TDNN + cosine distance
- Main
- Fixed some warning with pytorch 1.9
- Check Python Version in Brain Class
- Remove train modality check in augment.py
- improve FSC recipe by adopting super augment
- Fix GPU inference on HF models
- Fix device mismatch in verification + ASR inference (when using gpu)
Reviewed 5 pull requests in 1 repository
Created an issue in pytorch/pytorch that received 7 comments
Annoying warning with nn.MaxPool2d
Hi, thank you very much for pytorch 1.9! I'm trying to update SpeechBrain (https://github.com/speechbrain/speechbrain) to support pytorch 1.9. Ever…