How to pass embedding_exclude_overlap to from_pretrained function ? #1139
Unanswered
Ca-ressemble-a-du-fake
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 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 want to test
[embedding_exclude_overlap](https://github.com/pyannote/pyannote-audio/blob/f700d6ea8dedd42e7c822c3b44b46a952e62a585/pyannote/audio/pipelines/speaker_diarization.py#L75)
when doing speaker-diarization to see if it improves the results. I tried to pass it as argument offrom_pretrained
:But it does not work.
I also tried
pipeline.embedding_exclude_overlap = True
but it silently discards the change.So how can I use
embedding_exclude_overlap
?Thank you very much for your help!
Beta Was this translation helpful? Give feedback.
All reactions