ValueError in "gather_label_embeddings" #748
matakanobu
started this conversation in
General
Replies: 1 comment
-
This See PR #666 for the current status of upcoming speaker diarization pipeline. |
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
-
In "gather_label_embeddings", it could be "ValueError" in addition to "RuntimeError" when a segment it too small. Like this.
I checked a duration of a segment where the exception occurred.
It seems that ValueError occurres when a segment is too small.
So, I suggest that update into like the following.
What do you think of this idea? Or I think that it needs to be processed somehow.
Beta Was this translation helpful? Give feedback.
All reactions