Giter VIP home page Giter VIP logo

Comments (11)

hcwu1993 avatar hcwu1993 commented on May 18, 2024

because the default config is huage. 12*8(512channel)

from waveglow.

RPrenger avatar RPrenger commented on May 18, 2024

We haven't done a lot of ablative analysis yet to see how few channels we could get away with or how few layers. A lot of architecture decisions were made based on the early parts of the training curves which seem to favor bigger models. But if smaller models were trained for 500k iterations they might sound essentially as good.

from waveglow.

rafaelvalle avatar rafaelvalle commented on May 18, 2024

@hcwu1993 the trained model or the checkpoint file that is saved during training and includes includes the optimizer states?

from waveglow.

hcwu1993 avatar hcwu1993 commented on May 18, 2024

it should save model parameters and structure information according to the pytorch doc.

from waveglow.

hcwu1993 avatar hcwu1993 commented on May 18, 2024

By the way, the given model is 2GB. So the config is different from the paper? And i got a unusual result using this model. The F0 of generation wav is lower than the natural, it sounds like male voice.

from waveglow.

rafaelvalle avatar rafaelvalle commented on May 18, 2024

@hcwu1993 Unlike the checkpoints saved during draining that include optimizer states, the checkpoint we shared with the pretrained model only contains the model. Hence the difference in size.

from waveglow.

hcwu1993 avatar hcwu1993 commented on May 18, 2024

thank you. And i have another question. I use this command to synthesis wav, the default sampling rate is 22050Hz. it sounds like male voice. is there any problem in my command?
image

from waveglow.

rafaelvalle avatar rafaelvalle commented on May 18, 2024

Your mel-spectrograms must have the same parameters (sampling_rate, filter_lenght, hop_length, win_length, mel_fmin, mel_fmax) as your model.

The pretrained model we share was trained with "mel_fmax": 8000.0.
We eventually updated the config.json file to have "mel_fmax": 8000.0. as the default. https://github.com/NVIDIA/waveglow/blob/master/config.json#L20

If you trained your model before this update, it is possible that your model was trained with librosa's default: "mel_fmax": sampling_rate/2.

from waveglow.

hdmjdp avatar hdmjdp commented on May 18, 2024

@ Did your batch_size=24, train with fp16?

from waveglow.

rafaelvalle avatar rafaelvalle commented on May 18, 2024

No, we trained with FP32.

from waveglow.

rafaelvalle avatar rafaelvalle commented on May 18, 2024

Closing issue. Please re-open if needed.

from waveglow.

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.