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.56k stars 319 forks source link

what is train data format? #74

Closed jkkj1630 closed 4 years ago

jkkj1630 commented 4 years ago

what is train data format? if i have wav sound file, and i have in this wav file, what time, who speak,how can i get like data/*.npz format train data.

wq2012 commented 4 years ago

Please read the README.md file and the paper first.