Giter Club home page Giter Club logo

Comments (10)

azraelkuan avatar azraelkuan commented on June 11, 2024

yes, i have merged, can u share your samples?

from repgan.

GuangChen2016 avatar GuangChen2016 commented on June 11, 2024

image
I got all noise vioice, did you use weightnorm for repgan?

from repgan.

azraelkuan avatar azraelkuan commented on June 11, 2024

i think this is not the problem of WN, can u check your training samples but not inference samples?

from repgan.

GuangChen2016 avatar GuangChen2016 commented on June 11, 2024

The training sample has similar issues, I have called convert_weight_bias during inference. Is there anything else to be modified?

from repgan.

azraelkuan avatar azraelkuan commented on June 11, 2024

the training is almost the same with vits's vocoder model, that should be no problem.
u do not need to call convert_weight_bias and make sure that the training samples is good

from repgan.

GuangChen2016 avatar GuangChen2016 commented on June 11, 2024

Yech, the gererated training samples using forward mode are normal, but when I called convert_weight_bias and used it for inference mode, the generated samples are all noises.

from repgan.

azraelkuan avatar azraelkuan commented on June 11, 2024

check the test code:

print((y1 - y2).mean())

from repgan.

GuangChen2016 avatar GuangChen2016 commented on June 11, 2024

Thanks. I found that if I inference using the train mode first and then called convert_weight_bias using the eval mode, I can generate normal results. If I directly called convert_weight_bias using the eval mode, then the results are bad. Do you know the reason?

from repgan.

azraelkuan avatar azraelkuan commented on June 11, 2024

may be caused by weight norm, can u try remove weight norm first and then evaluate

from repgan.

GuangChen2016 avatar GuangChen2016 commented on June 11, 2024

@azraelkuan Thanks a lot.
Anyther question is that what' s your configuration for multi stft discriminator? I directly used the structure and default configuration of univet, but the results were not that good than msd.
Thanks again.

from repgan.

Related Issues (6)

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.