GithubHelp home page GithubHelp logo

Comments (8)

bjtommychen avatar bjtommychen commented on July 17, 2024 1

like this:
input = torch.cat((prev_y, mels), dim=1)
coarse_input_proj = self.I_coarse(input)
...
fine_input = torch.cat([prev_y, mels, current_coarse], dim=1)
...

from wavernn.

fatchord avatar fatchord commented on July 17, 2024

@bjtommychen I haven't conditioned the first three notebooks on spectrograms. Did you implement conditioning yourself?

from wavernn.

bjtommychen avatar bjtommychen commented on July 17, 2024

Yes. I did. after more training, quality become better, and still worse than Alternative mode.

from wavernn.

kubicndmr avatar kubicndmr commented on July 17, 2024

@bjtommychen can you show how you conditioned WaveRNN by yourself

from wavernn.

hdmjdp avatar hdmjdp commented on July 17, 2024

@bjtommychen same question

from wavernn.

hdmjdp avatar hdmjdp commented on July 17, 2024

@bjtommychen 3q, I just try to implement the origin rnn in Alternative model. But I can not got a better quality than Alternative one.

from wavernn.

bjtommychen avatar bjtommychen commented on July 17, 2024

@hdmjdp same as me. the origin model's quality is worse than Alternative one. and also training slower.

from wavernn.

ohleo avatar ohleo commented on July 17, 2024

@bjtommychen
Could you share the synthesized sample of 16-bit WaveRNN and training sequence length(=seq_len in notebook3)?
I think training sequence length should be 7936 samples(0.359 sec in 22.05kHz data) like r9y9 wavenet code. But, Training-time will be unrealistic.
How many training step is needed for intelligible sound?

I would appreciate your reply.

from wavernn.

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.