Code Monkey home page Code Monkey logo

Comments (3)

123456789077 avatar 123456789077 commented on May 17, 2024

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.

from uis-rnn.

taylorlu avatar taylorlu commented on May 17, 2024

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.

from uis-rnn.

wq2012 avatar wq2012 commented on May 17, 2024

@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.

from uis-rnn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.