Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on the generative process of UIS-RNN #20

Closed
123456789077 opened this issue Dec 28, 2018 · 3 comments
Closed

Question on the generative process of UIS-RNN #20

123456789077 opened this issue Dec 28, 2018 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@123456789077
Copy link

No description provided.

@123456789077 123456789077 changed the title QuestionGenerative process of UIS-RNN Question on the generative process of UIS-RNN Dec 28, 2018
@123456789077
Copy link
Author

Hello,
I haven't found a speaker change embodiment in the code. No training process was found for audio containing multiple speakers. In the pre-processing of training data, audio segments of the same individual is collected together, but how is the training process? Could you explain the generative process of uis-rnn?
Thank you in advance for your help.

@wq2012 wq2012 added the question Further information is requested label Jan 1, 2019
@taylorlu
Copy link

1: The function sample_permuted_segments seems not work in utils.py, it generates always the same permutation.
2: And also, why need to collect the same cluster in resize_sequence, the overlapping window to calculate speaker embedding will not make sense from this way.

@wq2012
Copy link
Member

wq2012 commented Mar 29, 2019

@taylorlu

  1. You mean the outputs in a single call are all identical sequences? Or do you mean when you call the function multiple times for the same input you always get same output? If latter, check if it is because you fixed the random seed of numpy.
  2. There's additional segment level aggregation logic after sliding windows. Segments are not overlapping. See section 2 of this paper.

@wq2012 wq2012 closed this as completed Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants