GithubHelp home page GithubHelp logo

The conditioning_only decoder. about lyra HOT 4 CLOSED

google avatar google commented on May 21, 2024
The conditioning_only decoder.

from lyra.

Comments (4)

aluebs avatar aluebs commented on May 21, 2024

The architecture we are using is similar to WaveRNN, in the sense that it has 2 different networks. The conditioning network that runs once for every frame, upsampling the input conditioning features to the sample rate. And the model network that runs once for every sample, combining the output of the conditioning network with the state of the previous samples to generate the next sample in an autoregressive fashion. When benchmarking we report the time for each of these networks, as well as the combined total.

from lyra.

aijianiula0601 avatar aijianiula0601 commented on May 21, 2024

Thanks for your response. I want to know :
The audio quality of conditioning_only decoder. Which is better, conditioning_only or model_only ? And which type of decoder in the guide of README.md when the command is "babel-bin/decoder_main --model_path=wavegru" . How can I get the generate audio for conditioning_only decoder.

from lyra.

aluebs avatar aluebs commented on May 21, 2024

Oh, sorry I wasn't clear. Lyra always uses conditioning and model networks. There is no way to generate audio with conditioning only. We only report the complexity of each network separately in the benchmark tool to have a finer grain understanding of the computational complexity of different networks.

from lyra.

aijianiula0601 avatar aijianiula0601 commented on May 21, 2024

I got it. thanks!

from lyra.

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.