Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HiFi-GAN parameters #343

Open
Adibian opened this issue Mar 16, 2022 · 2 comments
Open

HiFi-GAN parameters #343

Adibian opened this issue Mar 16, 2022 · 2 comments
Labels
question Further information is requested

Comments

@Adibian
Copy link

Adibian commented Mar 16, 2022

Hi
Thanks for this great project.
I trained a multi speaker Tacotron using this repo in new dataset and results was good. Then I test hifigan as vocoder from this repo (that is a official implementation) but result was very noisy so I think some parameters are different in hifigan and my synthesizer.
Then I used hifigan from your repo and result is very good!
What is the difference between these two hfigan implementations?

Another question that there are 3 versions of hifigan with different speed and number of parameters (v1, v2 and v3). The implemented hifigan in this repo is which one?

@kan-bayashi kan-bayashi added the question Further information is requested label Mar 17, 2022
@kan-bayashi
Copy link
Owner

Not sure but the following points might be different:

  • log basis (I use log10 as a default)
  • fmin and fmax for mel basis (I use 80-7600 as a default)
  • normalization (I use mean var normalization using stats of training data).

@kan-bayashi
Copy link
Owner

kan-bayashi commented Mar 17, 2022

Another question that there are 3 versions of hifigan with different speed and number of parameters (v1, v2 and v3). The implemented hifigan in this repo is which one?

Existing config and pretrained models are based on v1. But v2 and v3 can be reproduced by editing config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants