-
FileNotFoundError: [Errno 2] No such file or directory: 'models/parallel_wavegan_baker_ckpt_0.4/default.yaml'
-
I have been synthesizing some TTS using the multi speaker TTS systems described in the notebooks and am getting some strange results. Sometimes the output speech resembles the speakers used to create …
-
在aistudio上运行Text-To-Speech FastSpeech2 + Parallel WaveGAN on CSMSC 下载nltk_data很慢
希望能下载到百度自己的服务器,然后通过一个download脚本加速下载过程
-
Hi, I am getting the following error
`from espnet_onnx.espnet_onnx.export import TTSModelExport
`
-
when upgrade pytorch to 1.8.1 version
the error occur:
` File "/home/user/ParallelWaveGAN/parallel_wavegan/bin/train.py", line 300, in _train_epoch
self._train_step(batch)
File "/home…
-
Sorry for training question. I get an error on the "train.log" when 35406 steps. I set the num_workers=2. Does anyone have ideas about how to solve this problem? Thanks!
-
Dear Team,
I am trying to learn possibility of ESPnet2 TTS usage in the modest computer devices like PC, notebook and others.
Currently I am testing it in my notebook:
LENOVO B590
Intel(R) Celer…
-
Requirement already satisfied: argcomplete>=1.8.1 in ./tools/venv/lib/python3.7/site-packages (from yq->paddle-speech==2.1.2) (1.12.3)
Building wheels for collected packages: paddle-speech
Buildin…
-
Could you provide inference example?
-
Hi, why do we need the label file when we train the vocoder? I thought the pair of mel spectrogram and wav file are enough. For example preprocessing Libritts for training pwg, I am not clear about t…