-
Has anyone been able to successfully convert the generator model to torchscript?
I receive a bizarre error: while tracing works
```
zero = torch.full((1, 80, 10), -11.52).cuda()
with open("hif…
-
Additionally, I want to ask why some losses increase during training. Should I choose the last checkpoint or the best checkpoint?
-
I use this shape of Mel to train the hifi gan, it has no any error when training. however, when I use the model to inference from tacotron file ,is reminds me it must be 80 channels
![图像2023-2-26 0…
-
我下载模型[fastspeech2_mix_onnx_0.2.0.zip](https://paddlespeech.bj.bcebos.com/t2s/chinse_english_mixed/models/fastspeech2_mix_onnx_0.2.0.zip),
然后将tts_online_ws_application.yaml中模型名称改为fastspeech2_mix,voc改为…
-
Hi,
I am training the V1 version of HiFi-GAN. I downsampled wavs to 16kHz and used a hopsize of 200 frames to make Mel-spectrums. Accordingly, I configed the upsampling scales as [5, 5, 4, 2].
A…
-
This is being read in at
https://github.com/iiscleap/ZEST/blob/255a7e506e777bf47fb4b5266dc1a49dff126d60/code/F0_predictor/config.py#L10
https://github.com/iiscleap/ZEST/blob/255a7e506e777bf47fb4b526…
-
-
中英文混合的TTS要么英文乱说的,要么直接跳过,有的模型直接生成TTS失败。
-
i tried the pre-trained model--bneSeq2seqMoL-vctk-libritts460-oneshot provided in [bneSeq2seqMoL-vctk-libritts460-oneshot](https://github.com/liusongxiang/ppg-vc).Then converted source wavs to target …
-
hello, guys, I have a question here:
If my data **sample_rate **is **16k**, and I want use this **16k** data to train model . How can I modify parameter ? and the model of **Hifi-Gan**, how can get…