-
Hi,thanks for your work,
I only found the pretrained models of generator, is there any pretrained models of discriminator?
Thanks!
-
Hi ,thanks for your work, I want to know the training time,how long does it take?
Thanks!
-
Hi. Thank you very much for your implementation.
I extracted mels following the instructions. The frame size of the mels and audios is matched.
However, when I tried to finetune hifi-gan, I still go…
-
i tried to setup a proper env to generate the demos.
But somehow have some errors.
(```
Hifigan384test) D:\Coding\PYFastCache\PYVenv\Hifigan384test\hifi-gan-master>python inference.py --checkpoin…
-
Not sure what you have but I'm running a test with settings here https://github.com/jik876/hifi-gan/blob/master/config_v3.json for now
-
Hi rishikksh20!! Thank you for your excellent code.
I have a question about multi-speaker training.
Can I train VocGAN in a multi-speaker environment?
I used WaveRNN, trained with five sp…
-
Currently, I'm working on assessing my WaveNet's performance with the same clean and noise prediction branches of the model. When I make augmentations of the audio by adding reverberation and backgrou…
-
![图片](https://user-images.githubusercontent.com/26831425/99934861-33128f80-2d9a-11eb-8d0d-bddce32e0f79.png)
hi, this a 48k wav trained 120k steps, you can see the noise above 16kHz. How can I rem…
-
Please add an example of using fine-tuning with hifi-gan.
-
Hi, thanks for sharing your impressive code.
I tried to apply hifigan on 16k data, with config:
`"upsample_rates": [8,5,5],`
`"upsample_kernel_sizes": [16,10,10],`
`"segment_size": 6400,`
`"hop_s…