-
Hi guys,
I'm trying to train a speech encoder whose output was similar to Tacotron2's encoder output with teacher-student training. So after it is trained, I can have a speech encoder whose input i…
-
When I tried to train my own model, I ran into this error
```
Traceback (most recent call last):
File "E:\VocieData\tacotron2\melgan-0.3-alpha\utils\train.py", line 60, in train
validate(h…
-
不知道前辈有用VAE rishikksh20 /vae_tacotron2来实现语音合成没
-
As I mentioned in [the audio length issue](https://github.com/CollectivaT-dev/catotron-cpu/issues/4), in the middle term catotron has to change its TTS architecture. There are multiple reasons for thi…
-
Hi @kaituoxu !
I wanted to train tacotron2 on jsut. Can your implementation be trained on jsut?
I have the jsut preprocessed. I used deepvoice3's preprocess module!
-
Hi! Recently, I'm trying to use your DCA implemention in Tacotron2(Nvidia version) on LJSpeech dataset. The alignment fails at most time like the pic below, do you have any idea what wrong is going on…
-
firsr, thank you for your excellent work.
And I have a question about how to use phonemes to train models? not in other works, only in this tacotron2.
-
``` r
Sys.time()
[1] "2023-03-25 14:21:28 GMT"
library(magrittr)
url %
httr::content() %>%
rvest::html_element("table") %>%
rvest::html_table() %>%
dplyr::mutate(
model = X1 …
-
Can I get the quality of end2end https://melgan-neurips.github.io/ in the demo using the preovided model ?
I have tried Fastspeech and Tacotron2 to generated Mel spectrogram, and use the pretrained m…
-
@keithito In Tacotron2 paper https://arxiv.org/abs/1712.05884, the authors mention that "The concatenation of the LSTM output and the attention context vector is then projected through a linear transf…