Giter Club home page Giter Club logo

Comments (3)

OlaWod avatar OlaWod commented on July 23, 2024 1

Thank your for your interest in our work.

  1. We freeze the WavLM module and use the pre-trained weights.
  2. The bottleneck extractor consists of a linear projection layer that projects the WavLM feature into $d$-dim hidden representation, 16 layers of non-causal WaveNet residual blocks, and a linear projection layer that projects $d$-dim hidden representation into $2d$-dim hidden representation, which is latter split into $d$-dim $\mu_{\theta}$ and $d$-dim $\sigma_{\theta}$.
  3. Yes.
  4. We use the same config as the official HiFi-GAN for producing $y'$.

from freevc.

OlaWod avatar OlaWod commented on July 23, 2024 1

Thank you very much for your clear answer.

So it can be said that

  1. The mel-spectrograms that are input to the SR-augmentation part are obtained with 22050Hz waves, using hop size 256, window size 1024 (following the config v1 of the official HiFi-GAN repository)
  2. and the linear-spectrograms that are input to the posterior encoder are obtained with 16000Hz waves, using hop size 320, window size 1280 (as said in your paper, section 3.1)
  3. Perhaps the waveform reconstructed after SR-augmentation and HiFi-GAN config v1 model (which will have a sampling rate 22050 Hz) is resampled to 16000Hz before inputting into WavLM?

Yes.

from freevc.

SeongYeonPark avatar SeongYeonPark commented on July 23, 2024

Thank you very much for your clear answer.

So it can be said that

  1. The mel-spectrograms that are input to the SR-augmentation part are obtained with 22050Hz waves, using hop size 256, window size 1024 (following the config v1 of the official HiFi-GAN repository)
  2. and the linear-spectrograms that are input to the posterior encoder are obtained with 16000Hz waves, using hop size 320, window size 1280 (as said in your paper, section 3.1)
  3. Perhaps the waveform reconstructed after SR-augmentation and HiFi-GAN config v1 model (which will have a sampling rate 22050 Hz) is resampled to 16000Hz before inputting into WavLM?

from freevc.

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.