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

Any documentations on training from scratch using custom data in other languages ? #88

Open thangld201 opened 2 years ago

thangld201 commented 2 years ago

I have a speaker diarization dataset in Vietnamese, where, in every audio file, segments of speakers are already annotated. How should I prepare and process data to be able to train UIS-RNN on my custom data ?

thangld201 commented 2 years ago

@wq2012 Could you help me ?