-
@keonlee9420 Thanks for your great work of this repo!
However, I have some questions about this model:
1. I have used the pretrained model to get good performance on single speaker (LJSpeech), but…
-
Hi! I'm trying to train tacotron 2 from scratch.
Running in current main branch with pytorch-lightning==1.5.0
```
PYTHONPATH="$(pwd)" python examples/tts/tacotron2.py \
train_dataset=train_data.…
-
## 🐛 Bug
codegen error from simple script (also seems to be specific to the problem size). Sounds like something with the scheduler.
```
def f(x: torch.Tensor):
o = torch.rel…
-
There is a problem with `calculate_3d_loss` in `tensorflow_tts.utils.strategy`.
The mel ground truth (`y_gt`) should not be truncated if the mel prediction (`y_pred`) is shorter. If the prediction …
-
I constructed a dataset of Esperanto speech under the name "koreto." I'd like to make it work on TensorFlowTTS. My forked repository is available here: https://github.com/riproskaie/TensorFlowTTS
I…
-
Hi,
I have been trying to hear my french model, but I still cannot get a good output when running inference with Tacotron 2 and HiFi-GAN, I get gibberish instead.
When I run inference, the fol…
-
I am trying to debug one [text-to-speech tactron2 project in GitHub][1] for Persian language, and edited its google colaratorary page at [here][2], in the part of testing its demo part:
[enter imag…
-
Are the HiFi-GAN models trained using mel-spectrograms generated from the ground truth audio, from the Tacotron2 models or from the Fastpitch models?
-
Splitting this off from #370, which will remain for tensorflow2 conversion. I would prefer this route if we can get it to work. Asking for help from the community on this one.
One example of a pyto…
ghost updated
2 years ago
-
I am trying the finetuning part in this single speaker TTS training: https://github.com/kan-bayashi/ParallelWaveGAN/blob/master/egs/README.md
I am a first-time user. Would you help a little on thi…