Is there a tutorial to load pyannote speaker diarization models directly with pytorch #1838
PhilipAmadasun
started this conversation in
General
Replies: 1 comment
-
pyannote is based on pytorch already. If what you are looking for is a single end-to-end neural network that goes from audio to diarization predictions, you won't find it in pyannote. You'd have to look for EEND (end-to-end neural diarization) alternatives. |
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
-
Is there a tutorial somewhere to directly load and use pyannote speaker diarization models directly with pytorch?
Beta Was this translation helpful? Give feedback.
All reactions