-
> Synthesis the waveform using LPCNet You should use LPCNet of the C code version and make sure that the LPCNet is builded with TACOTRON2 Macro.
@MlWoo what changes will required for test_lpcnet.py…
-
Is pretrained model of Tacotron2 + LPCNet is avalilible?
-
### Describe the bug
I met an error when I run the train_tacotron_ddc.py in TTS/recipes/ljspeech/tacotron2-DDC with the default config. The error and the config are as follows:
ERROR
![6208dece60…
-
FP16 Run: False
Dynamic Loss Scaling: True
Distributed Run: False
cuDNN Enabled: True
cuDNN Benchmark: False
Warm starting model from checkpoint 'tacotron2_statedict.pt'
Epoch: 0
Traceback (mos…
-
tacotron2로 text에서 mel을 추측하고 wavenet으로 audio를 생성하는데 tacotron2만 학습해도 합성이 되는 이유는 무엇인가요?
-
I try to run this colab https://github.com/catafest/colab_google/blob/master/catafest_0059.ipynb , but I got this error:
```
AttributeError Traceback (most recent call…
-
I don't have GPU, so I need to train tacotron 2 model with cpu. How can't i train a model with multiple thread in cpu (or multiple core) ?.
-
大佬您好 我是在dockerhub中使用过您上传的这个镜像https://registry.hub.docker.com/r/gswyhq/tensorflowtts 我也自己尝试用该docker /app/data目录下的baker语料数据自己训练模型,但我自己训练的模型生产音频和您训练好的模型相比总有一点噪音,以下是我训练的过程,使用的是[TensorFlowTTS]官方的训练脚本,没做任何修…
-
### Describe the bug
Traceback (most recent call last):
File "/home/mariah/.local/bin/tts", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/maria…
-
Thank you for providing information about using RVC training results to Tacotron2 TTS @Foxify52 .
I want to ask, what if I want to use a language other than English in Tacotron2 TTS. do you have any…