You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to fine tune pyannote/embedding for a classification task. I started with following the adapting_pretrained_pipeline.ipynb tutorial, but had issue setting up the task -- ValueError: No loader for files with '.rttm' suffix from pyannote/database/custom.py line 88. This issue seems to come out recently as some users reported on stackoverflow.
Wonder what's the feasible way to fine tune the embedding model, and I'm going to take a stab on how to do that, could you please take a look if I'm on the right track?
Define a speaker verification protocol based on my own dataset
Create a task using pyannote.audio.tasks (assumably the SpeakerEmbedding task?)
Freeze whatever layers I need
Train model with my dataset
Let me know if I'm missing something, I'm happy to learn more about the pyannote stuff!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I wanted to fine tune pyannote/embedding for a classification task. I started with following the adapting_pretrained_pipeline.ipynb tutorial, but had issue setting up the task --
ValueError: No loader for files with '.rttm' suffix
frompyannote/database/custom.py
line 88. This issue seems to come out recently as some users reported on stackoverflow.I also saw discussion 745 on fine-tuning the embedding model. It seems Hervé tried to make training speaker embedding easier (issue 749) but it didn't get implemented?
Wonder what's the feasible way to fine tune the embedding model, and I'm going to take a stab on how to do that, could you please take a look if I'm on the right track?
pyannote.audio.tasks
(assumably theSpeakerEmbedding
task?)Let me know if I'm missing something, I'm happy to learn more about the pyannote stuff!
Beta Was this translation helpful? Give feedback.
All reactions