wq2012 / SpectralCluster

Python re-implementation of the (constrained) spectral clustering algorithms used in Google's speaker diarization papers.
https://google.github.io/speaker-id/publications/LstmDiarization/
Apache License 2.0
513 stars 73 forks source link

Implement auto-tune #23

Closed wq2012 closed 3 years ago

wq2012 commented 3 years ago

Auto-tune the parameter for p-percentile.

Reference: https://arxiv.org/abs/2003.02405

ericwxia commented 3 years ago

will do