Adel Moumen
Adel Moumen
# Titouan took over and edited the crap out of this post. (Thanks Adel for the amazing initial work). ## What does this PR do? This PR adds a first...
## What does this PR do? This PR solves an issue due to #2489. Indeed, this PR modify the name of a key in decoder transformer `self.mutihead_attn` to `self.multihead_attn`. Doing...
## What does this PR do? Before submitting - [ ] Did you read the [contributor guideline](https://speechbrain.readthedocs.io/en/latest/contributing.html)? - [ ] Did you make sure your **PR does only one thing**,...
## What does this PR do? **Goal:** Add support for distributed metrics inside SpeechBrain. **Why:** We are currently running the training set on a distributed system, which significantly reduces training...
## What does this PR do? Draft. Do not review. Subject to many changes. The core idea of this PR is to add the possibility to monitor GPU utilization within...
## What does this PR do? This pull request adds tutorials inside the SpeechBrain repository. Indeed, our tutorials can be hard to find if a user is not aware of...
Hello hello, This PR aims at updating the `pyannote` import of `speechbrain` to comply with the latest release of `speechbrain` 1.0. Unfortunately, we (the speechbrain core team) changed the path...
Hi, This PR fix an issue with the provided yaml. Indeed, the `SpeedPerturb` is missing an input arg in the constructor which is `orig_freq`.
Hi, This PR fix an issue related to SummaryMixing when using it as an encoder only. For more context, please see: #5 :)
Hi, Thanks for this repo. I have been playing a bit with your creation SummaryMixing and tried to plug it in a CTC-only recipe (https://github.com/speechbrain/speechbrain/blob/develop/recipes/LibriSpeech/ASR/CTC/train.py) which has been implemented by...