google / uis-rnn

This is the library for the Unbounded Interleaved-State Recurrent Neural Network (UIS-RNN) algorithm, corresponding to the paper Fully Supervised Speaker Diarization.
https://arxiv.org/abs/1810.04719
Apache License 2.0
1.55k stars 320 forks source link

about the version of pytorch and tensorflow #36

Closed Aurora11111 closed 5 years ago

Aurora11111 commented 5 years ago

TensorFlow implementation by Janghyun1230 PyTorch implementaion by HarryVolek - with UIS-RNN integration hello,Are the two versions above have the same algorithm with uis-rnn ? what's the different between them ? Can all of them identify enrollment utterances and unenrollment utterances? Can all of them identify new speakers which is untrained ?

wq2012 commented 5 years ago

These two libraries are for speaker embedding learning, not for diarization. They solve completely different problems than UIS-RNN. Please read the corresponding papers first.

For more details about these two repos, please contact their authors directly.