-
I encountered the following error:
```
File "/data/group1/z44476r/Experiments/ppg-vc/tools/venv/lib/python3.10/site-packages/parallel_wavegan/layers/__init__.py", line 2, in
from .pqmf imp…
-
Dear PHD:
I try to train a vocoder, and I have installed parallelwavegan,and I run the command: run.sh,however it came out with the traceback:
Traceback (most recent call last):
File "/home/liyp/…
-
Hi..
I am trying to convert pretrained LJSpeech TTS model based on _kan-bayashi/ljspeech_fastspeech2_ and _parallel_wavegan/ljspeech_parallel_wavegan.v1_ using the below code:
####################…
-
Hi, I was following the example in the github about how to use the pre-trained model at : https://github.com/kan-bayashi/ParallelWaveGAN#how-to-use-pretrained-models ;
I used this model: csmsc_parall…
-
Hello! I would like to kindly ask whether it is possible to add a custom vocoder to a TTS model on HuggingFace space? If so, how can I do that? Basically, for my TTS model that is trained on male spee…
-
I ran aishell recipe with this [gst + xvector +tacotron2](https://github.com/espnet/espnet/blob/master/egs2/aishell3/tts1/conf/tuning/train_gst%2Bxvector_tacotron2.yaml) configuration. However the clo…
-
hi, I initial text2speech using my own am_model and vocoder and export onnx model, but sound quality drops significantly, I just modify hifigan inference code in [https://github.com/Masao-Someki/espne…
-
This is the reminder of my action items.
- [ ] Yaml format network configuration
- [x] Limit the range of F0 in Mel-spectrogram
- [ ] Rich upsampling layer (stack of conv and deconv)
- [ ] Light…
-
Hi, first of all, big thanks to all the people who helped develop the MelGAN model! The inference speed is super fast!
I modified the configs from the `VCTK` recipe to train a [parallel_wavegan.v1…
-
您好!我之前用您此版taco2训练,结合wavernn效果很好。
但由于wavernn合成速度太慢,试着训练了[melgan](https://github.com/begeekmyfriend/melgan)
melgan用的taco2预处理生成的trainingdata,训练到400step我测了一下,用trainingdata里的mel输入melgan合成语音效果较好,但用taco2模型…