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

Change input size #81

Closed surasakBoonkla closed 3 years ago

surasakBoonkla commented 3 years ago

Hello,

I am trying your code for dizrizaition by using another type of vector. The problem is I need to change the input size. In your training example, your vector length is 256. If I have input vector length 512, what shall I do? Please, suggest me.

Regards,

Surasak National Electronics and Computer Technology Center.

wq2012 commented 3 years ago

All arguments are defined here: https://github.com/google/uis-rnn/blob/master/uisrnn/arguments.py