Building model using own dataset #1203
Unanswered
SrinivasKalagotla
asked this question in
Q&A
Replies: 2 comments
-
The documentation has a dedicated section on how to adapt a pipeline to your own data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a 5min long audio file of a person, I want to use this audio to create a model and then use this model for speaker diarization. I want to know how can I do it.
I am using Google's UIS-RNN speaker diarization algorithm in my present work in which I extract train-sequences from the audio file (d-vectors) and train the model with these sequences.
I want to know If I can do the same procedure with pyannote as well. Please help me
Beta Was this translation helpful? Give feedback.
All reactions