-
Dear authors,
Maybe it seems novice but when I tried train.py with my dataset (and also LJ dataset), I found the y variable is having only one frame (1, 513). Any idea why this happens? My audios a…
-
Hey I was just curious whether a finetuned HiFi-GAN on a specific voice and finetuned AR had potential and worth trying? I am too stupid to figure it out myself but maybe someone could provide a scrip…
-
The issue I'm experiencing is very similar to what’s described here ("hoarseness" when reaching for higher notes). You can listen to samples in the link below:
https://github.com/coqui-ai/TTS/issues/…
-
Hi, thanks for opensourcing your code! During the training process, I met an error with the command bellow.
**COMMAND**
python train.py -c config.yaml
**ERROR**
Initializing Training Process..…
-
The shape of mel output of Tacotron2 is bigger than mel extracted from audio and the model has issue
```
File "train.py", line 113, in train
for i, batch in enumerate(train_loader):
File "/…
-
Have you tried changing the vocoder from Waveglow to HiFi-GAN? HiFi-GAN is faster and requires less VRAM. Alternatively, you could try adding a different vocoder.
-
Many options have,
LJ_V1
LJ_V2
LJ_V3
And from here: https://drive.google.com/drive/folders/1-eEYTB5Av9jNql0WGBlRoi-WH2J7bp5Y
Which one?
Thanks you
-
如题,现在采样率有点低(16kHz),我看仓库里放了很多效果器,直接应用效果不是很理想
试了下使用[hifi-gan-bwe](https://github.com/brentspell/hifi-gan-bwe)进行超采样
目前使用了三个预训练模型进行超采样:
输入源是opencpop中2018.wav
推理直出
[svc_out.zip](https://github.com…
-
https://github.com/jik876/hifi-gan/blob/4769534d45265d52a904b850da5a622601885777/models.py#L81
Hi, why is 80 hardcoded here? Should it match [num_mels](https://github.com/jik876/hifi-gan/blob/47695…
bzp83 updated
5 months ago
-
I wonder whether tried to test the score for all the checkpoints you trained. Your model juest output the same waveshape you input .Your model can output the input waveshape even you don't train the …