-
# 🌟 New model addition
## Model description
FastSpeech2 is a TTS model that outputs mel-spectrograms given some input text. From the [paper](https://arxiv.org/abs/2006.04558) abstract:
> Non-…
-
FileNotFoundError: [Errno 2] No such file or directory: 'data/private/voice/LJSpeech-1.0\\transcript.csv' not really sure what im doing at all with any of this so help would be very much appreciated
mxged updated
3 years ago
-
I would like to know how to train a glow-tts 2 model for another language, using another dataset which have the same structure as LJ Speech dataset?
Could you give some hints about how to train it or…
-
Instruction step by step how to install and train Tacotron2
-
Hello,
I am trying to run the training part on multiple GPUs (4 Tesla V100), using the command
`python train.py --model_name flowavenet --batch_size 8 --n_block 8 --n_flow 6 --n_layer 2 --block…
Ersho updated
5 years ago
-
Hi, thanks for this amazing project! I wanted to ask a few short questions.
I want to train the model over a new voice, the dataset is similar to the LJ Speech Dataset with short audios of a single…
-
Hello everyone,
I've recently begun experimenting with TTS, and in order to learn more about it, I'm eager to incorporate my native language from the ground up. From what I understand, having a sub…
-
Hello All,
Have a question on GPU Resource Requirement for a Training Project I am doing with Piper.
Following the Training Guide and the video by Thorsten MĂĽller.
Data: Single Speaker, 18,000 …
-
Hello,
From my understanding, we need to write a build_from_path in wavenet_preprocessor.py in order for Tacotron 2 to accept our own database to train WaveNet. I currently have my database and the…
-
## âť“ Questions and Help
### My question
Hello, due to my downstream task requirements, I need to perform k-means clustering on the output of Contentvec model, that has the same structure as the HuBE…