-
I have tried to inference mel-spectrogram with my own pre-trained model. But I don't understand why with the same text the mel-spectrogram inferred by tacotron have different size
For example: I ha…
-
There is another implementation of tacotron, has anyone tried it ? [https://github.com/barronalex/Tacotron](url)
-
First thanks for author's work. I exprot the saved_model with the export.py. And I want to deploy this model with tensorflow serving and use the rest api to make the prediction. The deployment works w…
-
The error log is listed below.
Thank you.
[hxs@VM_0_7_centos Tacotron-2-Ray-newclips3-trainmodel-T2]$ python synthesize.py --model='Tacotron-2' --mode='live'
/home/hxs/anaconda3/lib/python3.6/sit…
-
> @moonnee Your git version is old so please install the latest version.
>
> FYI my git version is 2.17.1.
>
> ```
> git --version
> git version 2.17.1
> ```
> Updating git may solve your pl…
-
Env:
- Ubuntu 18.04
- Python 3.6
- pdfminer 20191125
Command:
```
pdf2txt.py -d -o Wang\ et\ al_2017_Tacotron.txt -t text -O images Wang\ et\ al_2017_Tacotron.pdf
```
log:
```
Traceback…
-
Occasionally when training tacotron (`train_tacotron.py`), CUDA throws an error and kills the training.
```
| Epoch: 167/1630 (15/45) | Loss: 0.3459 | 1.1 steps/s | Step: 284k |
Traceback (most r…
-
I'm getting this error, when I train tacotron
I already placed tacotron batch_size in 4, but still
WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
For more info…
-
Hello, I have trained wavenet model. But the speed of output wav file is low.
Does Tacotron-2 based on Parallel WaveNet, or not?
-
I training tacotron for days on my MAC OS X CPUs, but Synthesis returns the following error.
My system is
Python 3.7
TF 1.13.1
Keras 2.2.2
librosa 0.6.2
Using TensorFlow backend.
loaded m…