-
I am training a tacotron2 model for a new dataset but it gives an error. Error is given below:
RuntimeError: Error(s) in loading state_dict for Tacotron2:
size mismatch for embedding.weight: copy…
-
There is `tf.contrib.training.HParams` in `hparams.py`
```
+ python train.py --output_directory=/data/ --log_directory=log
Traceback (most recent call last):
File "train.py", line 278, in
…
-
FastSpeech: https://github.com/xcmyz/FastSpeech
How can I combine melGAN with feature predictor like FastSpeech or tacotron2?
-
After making my own dataset and following the same structure as
[https://github.com/NVIDIA/tacotron2/blob/master/filelists/ljs_audio_text_val_filelist.txt](url) and
[https://github.com/NVIDIA/ta…
-
I tried to download the Tacotron2 pre-trained weight provided via this link: https://drive.google.com/open?id=1U5t-Yfdr_L0O6LJKhOJmhqVfaY-QrmoU according to the instructions in the readme, but the lin…
-
Hi, thanks for your great work.
I tried to run this work with tf1.6 on one GPU with mode 'Tacotron'. But got attribueError as below:
```
_Traceback (most recent call last):
File "train.py", line…
-
### Describe the bug
Hello everyone, thank you very much for open sourcing coqui ai, such a great TTS that performs much better than similar products in terms of performance and effectiveness. I enco…
-
I can't lunch Tacotron2 training
`FP16 Run: False
Dynamic Loss Scaling: True
Distributed Run: False
cuDNN Enabled: True
cuDNN Benchmark: False
Warm starting model from checkpoint 'tacotron2_stat…
-
I'd like to train hifi-gan on a custom dataset with its own set of wav files. For this I need to generate the corresponding mel spectrograms, which the readme says can be done using Tacotron2 although…
-
I am following quite closely the readme file, but I cannot get the benchmark to run. It seems that a few data sets / files are missing? How can I include them?
Here is the result when I run the doc…