-
I'm interested in using TTS for voice synthesis for reading text.
Maybe I can't find my way around here, but the readme gives a clear and concise way to get the tool for using this text-to-speech l…
-
Hello,
I come here to ask for help. Whenever i put --checkpoint_path at the end of python train.py --output_directory=outdir --log_directory=logdir -c tacotron2_statedict.pt --warm_start, this happen…
-
I'm trying to perform inference without a file for copying style from, just using this repo like a multi-speaker Tacotron2 without GSTs.
What code do I need for that?
In Tacotron2 you only need th…
-
### Describe the bug
Ubuntu 20.04
Intel(R) Core(TM) i5-7260U CPU @ 2.20GHz
16GB RAM
When using out of the box speech models, clear text often has gibberish in the speech output. Often after a pe…
-
**Describe the bug**
Each training run is supposed to generate `events.out.tfevents` for tensorboard but when I am using` --restore_path` it doesn't generate` events.out.tfeventsxxxx` file
**T…
-
I am training tacotron2 from scratch on IPA symbols. the input is entirely based on IPA and the output is Urdu wav files. I used your instructions and preprocessed my dataset according the ljspeech o…
Hsn37 updated
2 years ago
-
### What would you like to happen?
The current implementation of RunInference provides model handlers for PyTorch and Sklearn models. These handlers assume that the method to call for inference is f…
-
Is it possible to synthesize longer texts? My audioclips are only 12 seconds long.
I tested a few other open source voice cloning apps, and most skip on the synthesis part and only allow to generate …
-
Hi!
I have tried to run setup.py and I am getting this error
```
Dynamic Loss Scaling: True
Distributed Run: False
cuDNN Enabled: True
cuDNN Benchmark: False
Traceback (most recent call las…
-
### Describe the bug
ValueError: Phonemizer is not defined in the TTS config.
### To Reproduce
run
`python TTS/server/server.py --model_name tts_models/en/ljspeech/tacotron2-DCA --vocoder_name …