Open faranaziz opened 3 years ago
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.
Thanks so much. Is this how you trained the new upcoming model?
No. We changed the mel calculation script and configuration to match the Hifi-GAN’s version.
I make suggested change and get artifcat like reported here: https://colab.research.google.com/gist/tulasiram58827/8a7660ab21ca3ea246141bbe4b0f87c0/hifigan_issue.ipynb
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.
I mean pre processing the mels. https://github.com/jik876/hifi-gan/issues/61