-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split NeMo diarization process into sub-modules (#180)
* nemo service split init * first segmentation split * update extract_embeddings * move speaker model to EncDecSpeakerLabelModel * simplify audio dataset * finish segmentation part * start mapping between embds and labels * add msdd diarizer and start process * fix last inference + start preds formatting * first diarization implement attempt * correct some nits * fix the post-processing pipeline for new diarization outputs * remove old diarization stuff * remove old diarization nemo stuff * remove nemo config unused stuff * update dockerfile * update the config with the new diarization scales * fix linter * fix multiscale_weights tensor * fix transcribe service * fix tests * fix config extra_languages * fix diarization config tests
- Loading branch information
Thomas Chaigneau
authored
Aug 1, 2023
1 parent
fba726f
commit 7f398a2
Showing
15 changed files
with
2,351 additions
and
568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.