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

What change need make to compatible with Hi-fi GAN? #15

Open
faranaziz opened this issue May 4, 2021 · 5 comments
Open

What change need make to compatible with Hi-fi GAN? #15

faranaziz opened this issue May 4, 2021 · 5 comments

Comments

@faranaziz
Copy link

I mean pre processing the mels.
jik876/hifi-gan#61

@seungwonpark
Copy link
Contributor

If you're using the Hi-fi GAN (as shown in Assem-VC), then you should have a look at both mel calculation code and the configuration:

You'll need to change the first one to https://github.com/jik876/hifi-gan/blob/master/meldataset.py#L49-L72, and the second one to https://github.com/jik876/hifi-gan/blob/master/config_v3.json#L17-L27. Hope that helps.

@faranaziz
Copy link
Author

Thanks so much.
Is this how you trained the new upcoming model?

@seungwonpark
Copy link
Contributor

No. We changed the mel calculation script and configuration to match the Hifi-GAN’s version.

@faranaziz
Copy link
Author

I make suggested change and get artifcat like reported here:
https://colab.research.google.com/gist/tulasiram58827/8a7660ab21ca3ea246141bbe4b0f87c0/hifigan_issue.ipynb

@Rashi2011
Copy link

I am trying to take mel from fastspeech2 and put that is hifiGAN to generate audio but all I am getting is noise . please suggest some Ideas.

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

No branches or pull requests

3 participants