-
Hi,
I want to try fastspeech on different dataset. therefore, can you share how to extract alignment from tacotron2?
I tried this code, but get bad result for synthesis when inference long sent…
-
Hello, as the title says I'm getting the `AssertionError` on line 85 of `train.py` when I try to run the code with
`python J:\tacotron2\train.py --output_directory="J:\tacotron\output" --log_direct…
Pitr2 updated
3 months ago
-
(PaddleSpeech) root@45ee9542141a:/zyyo/code/PaddleSpeech/examples/ljspeech/tts0# ./run.sh
Generate durations.txt from MFA results ...
Extract features ...
100%|██████████████████████████████████…
Zzmes updated
6 months ago
-
Related to ** Plotting the output logs for tacotron2 to analyze model overfitting**
*The previous Nvidia tacotron2 and fastpitch have been enabled with tensorboards which make us analyze the model…
-
### Describe the bug
Hello,
I am trying to to export tacotron2 into onnx file. Following the [documentation of PyTorch](https://pytorch.org/docs/stable/onnx.html#example-alexnet-from-pytorch-to…
-
I followed the guide to test Demo, but it didn't work and came with 'RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling `cublasCreate(handle)'.
os:Windows10
torch:1.10.1
CUDA:11.3…
-
I trained a model using hifi-gan and VCTK and testing on the wav files it looks good
However, when I try to use the model on mel-spectrograms generated by TensorflowTTS/tacotron2 all I get is noise…
-
how's the speed comparasion with tacotron2?
-
### 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…
lyjgo updated
2 weeks ago
-
Hi,
I've been looking at the PyTorch/SpeechSynthesis/Tacotron2 model in this repo, and I trained first with one of the subsets of the LJSpeech-1.1 to test whether my setup would work to train the m…