Replies: 1 comment 2 replies
-
|
I have started a multi-speaker detection implementation here: https://github.com/jhbruhn/wyoming-openwakeword/tree/custom-verifier based on the multiclass LogisticRegression approach. |
Beta Was this translation helpful? Give feedback.
2 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! Custom Verifiers in general are suggested to do a way of speaker identification. Have you already looked into what model suits best?
My thoughts are, for a case of two Speakers A and B:
In addition to that, did you experiment with other classifiers than logistic regression?
I want to implement automatic training and CV functionality into wyoming-openwakeword, and currently have to decide on the approach to take.
Beta Was this translation helpful? Give feedback.
All reactions