-
I'm working on a project in which I want to use d-vector embeddings to train a model.
Can someone please help how to compute d-vectors for different utterances from different speakers to pass into th…
-
When I trained the uis-rnn model, I found that the loss curve was abnormal. It shocked at -600 to -800 and never decline. I don't know how to solve it, can you give me some advice. And I used https://…
-
when I trained a modle with this project ,but when using it in uis rnn, it come out errors:
here the train log.
/home/rice/anaconda3/envs/pytorch/bin/python3.6 /home/rice/PycharmProjects/uis-rnn-…
-
Hi I'm trying to use vosk to get the embedding for Google's UIS-RNN. Could you please tell me if the x-Vector generated by vosk is the same as a D-Vector?
If not, is there some way to get a D-Vect…
-
HI HarryVolek,
I have created embeddings for Timit model and generated the d-vectors as you explained in README but when i try to test the features in USI_RNN it throw the following error
"V…
-
## Describe the question
In Diarization task, i train on AMI train-dev set and ICSI corpus , i test on AMI test set. Both datasets include audios of 3-5 speakers in 50-70 minutes. My d embedding tra…
-
Hi @taylorlu
Thanks for your awesome integration on the UIS-RNN code. We have made a custom UIS-RNN model based on our data and getting somewhat decent accuracy but the slice timings when the spea…
-
Deploy Speaker Diarization(UIS-RNN) with django & Debugging
-
## Describe the bug
After training the UIS-RNN algorithm, I call the predict() method with the test_sequences. In this case, the test sequence is a 2-d numpy array, not a list. Somehow the method get…
-
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 cust…