Clément Pagés
Clément Pagés
The purpose of this pull request is to update `pyannote.audio` cli by fixing the following points: - update the way the task is setup, taking into account data preparation with...
This PR updates `pyannote.audio` tutorials to version `3.1.1`. This update also contains the elements enabling a user to run these tutorials on `Google Colab`.
Currently, this error is raised by a `Model` when it tries to access the specifications of a task that has not yet been setup. This PR proposes to move this...
The purpose of this PR is to implement a WavLM-based speaker embeddings model
When using the following protocol, with no development subset defined : ```yml EmbeddingsTaskOnlyMini: train: VoxCeleb.SpeakerVerification.VoxCelebMini: [train, ] development: # no development subset defined ``` I encountered this error: ``` Traceback...
This PR adds a new tutorial whose aim is to evaluate the pipeline `seriously` on speaker diarization, separation and ASR tasks. What remains to be done before merging: - integrate...
A small PR to update `README` Indeed, run the command `sh download_ami_mini.sh` gives the following error: ``` download_ami_mini.sh: 47: Syntax error: "(" unexpected ``` Use `bash` command instead of `sh`...
The values taken by certain task parameters can influence data preparation. Thus, generating a cache with particular values for these parameters, then reusing this cache with a new task, means...
For now, there are some javascript bugs when trying to update to a version greather than 4.27.0.