spectrobot

Results 14 comments of spectrobot

I have not got much time to look into it. I am still working on it. I thought we can make a static library (.a file) using clang instead of...

> Hi, does this feature still on progress? I met this problem when I transfer my ONNX model. I'd like to fix this, if there's no implement yet Any update...

> Had better use the same language between your training data and evaluating data, since different language has different tempo and feature, unless there is a more robust speaker recognition...

As i checked, yes we can set number of speakers, and it selects randomly a range of utterances from each speaker. check line number 184 in generate_embeddings.py.

We have filtered our data to hindi only and trained and tested again. Still getting more than two speakers (3 or 4 or 5 or 6). In my case, right...

I trained the vgg ghostvlad model on my own dataset, and then used that model to create dataset d-vector and then trained uisrnn. I am getting only one speaker. Can...

I got this same error for my training as well: Try: sudo apt-get install libav-tools or sudo apt-get install ffmpeg you can refer this link: https://github.com/librosa/librosa/issues/219