-
Hi,
following DeepMind's paper "Towards End-to-End Prosody Transfer for Expressive Speech Synthesis with Tacotron", they claim to use GMM attention as it generalize better for longer utterances. I …
-
AttributeError Traceback (most recent call last)
Cell In[16], [line 1](vscode-notebook-cell:?execution_count=16&line=1)
----> [1](vscode-notebook-cell:?execution_count=16&…
-
Hello,
I am pretty new to ESPnet and I am attempting to perform inference using the `vctk_tts_train_xvector_transformer_raw_phn_tacotron_g2p_en_no_space_train.loss.ave` pretrained model.
Steps …
-
So I'm trying to create my own deepfake audio model using Tacotron 2. I have successfully created the trained model (I think because there were no errors) using Tacotron 2 and google collab. However, …
-
Could publish, perhaps without the actual data set if it's too large, the code used to train the model? Since it looks like there's a tacotron 2 available, which may create a better model if retraine…
-
@JasonWei512 能否帮忙看下,下面load wavenet model 时候出了错误,这会是什么原因造成的?多谢!
Loading checkpoint: logs-Tacotron-2\wave_pretrained/wavenet_model.ckpt-1614000
0%| | 0/1 [00:00
-
I'm fooling around with this project and I'm getting throughput I think is too slow, which leads me to believe I may have mis-configured something or there are other issues.
I'm reusing the pre-t…
-
File "E:\python_learning\AI算法\MockingBird-main\synthesizer\models\tacotron.py", line
547, in load
self.load_state_dict(checkpoint["model_state"], strict=False)
File "E:\Anaconda\envs\python_…
-
First thanks for this detailed original tacotron model and the wiki.
I've been trying to read the wiki, this code, and the Tacotron paper (https://arxiv.org/pdf/1703.10135.pdf) for the last several…
jjoe1 updated
4 years ago
-
I trained another tacotron model from scratch and this time, I removed the `_arpabet` in `text/symbols.py`; so my symbols is now look like this:
`symbols = [_pad] + list(_special) + list(_punctuati…