Use an own trained SpeechBrain model #920
matakanobu
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
OK for making things a bit more flexible. I was not happy with the original solution anyway :-) What about something even looser like |
Beta Was this translation helpful? Give feedback.
0 replies
-
Much better.
Yes, this is still a workaround... Sure. I will PR. |
Beta Was this translation helpful? Give feedback.
1 reply
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 am trying pyannote2.0 with speechbrain embeddings.
In order to use an own trained speechbrain model, the top directory of SpeechBrain model must be named "speechbrain".
pyannote-audio/pyannote/audio/pipelines/speaker_verification.py
Lines 268 to 271 in bbd5513
It seems as a bit of a tight limit. For example, how about relaxing it as follows?
I think when using the pyannote embeddings model, it is unlikely that the structure of directory contains "speechbrain".
Beta Was this translation helpful? Give feedback.
All reactions