Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,345 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 80 commits in 4 repositories
Created 2 repositories
- mpariente/transformers Python
- mpariente/jiwer Python
Created a pull request in mpariente/asteroid that received 9 comments
[src] New Filterbank's hooks + MelGram_FB
This PR adds two things: Post encoding and pre decoding hooks of the Filtebank to the Encoder and Decoder. A filterbank instance for mel magnitude…
Opened 23 other pull requests in 3 repositories
mpariente/asteroid
17
merged
1
closed
2
open
- [src] Add ebased_vad and deltas
- Fix rebase action
- [CI] Catch warnings we expect
- [CI] Build with torch-nightly
- [src] Transition to asteroid_filterbanks
- [src] Remove deprecated blocks
- [src] Remove deprecated losses
- Better names in asteroid.filterbanks.transforms
- Rename _separate to forward_wav
- BaseModel takes sample_rate argument
- [src] New phase features and transforms
- ESPNet integration: v0
- [src] Clean imports
- [docs] DAMP-VSEP in the docs !
- [docs] New section in "Why asteroid?"
- [docs] Add loss plot in the FAQ
- asteroid.show_available_models
- [src] BaseEncoderMaskerDecoder: remove old hooks
- DCUNet: Replace old hooks by new one
- Fix #300: skip connection on good device
asteroid-team/asteroid-filterbanks
1
closed
1
merged
jitsi/jiwer
1
merged
Reviewed 16 pull requests in 3 repositories
mpariente/asteroid 13 pull requests
- #279 OLA support for separate() and asteroid-infer
- Fix DCCRN and DCUNet-Large
- ESPNet integration: v0
- DNS dataset: 'segment' and sr support, clean-only loading
- Rename _separate to forward_wav
- Mixit recipe
- schedulers not saved when they are dict
- Mixture Invariant Training
- Add Sinkhorn PIT loss
- DAMP-VSEP vocal separation using ConvTasNet
- Refactor demask
- Simplify base encoder masker decoder
- Add more shape checks to SDR and MSE losses
asteroid-team/asteroid-filterbanks 2 pull requests
asteroid-team/torch-audiomentations 1 pull request
Created an issue in fastai/fastpages that received 8 comments
Can't build locally
When I try to run the code locally, it doesn't work. I've read several linked issues but couldn't find a solution. What I tried/did: Upgraded fast…