-
So far, I couldn't find the model which attention works in "reduction factor" = 1. If we use the factor > 1, the prediction would seem like below image. It would be a bad news to wavenet performance.
…
-
In the ReadMe, it's mentioned
> Convert the data generated at the last step which has .f32 extension to what could be loaded with numpy. I merge it to the Tacotron feeder here and here with the fo…
-
Criar integração com tacotron
-
According to Baidu deep voice 2, it is possible to modify the original Tacotron architecture into multi-speaker version. The main architecture modification is:
![image](https://user-images.githubu…
-
I am running Tacotron GST with MAILABS and I would like to get the style embeddings and the weights of the style tokens during inference. How could I do it?
-
Hello, thank you very much for the work, I just have a question. How can I convert the Tacotron 2 model to onnx?
-
Got everything setup as told in the readme guide. Got this error when running python train_tacotron.py. Has anybody encountered with this error?
```
Traceback (most recent call last):
File "tra…
-
I am trying to integrate this model to tacotron 1 for TTS but since I do not have corresponding exact audios that are to be generated from the tacotron's output mel spectrogram, how should I go about …
-
-
I was seeing multiple issue as described in the original paper, like wrong pro, repeat word, or unstoppable case, anyone trying any solution to fix this?