-
Hi everyone,
I've try to reduce the training dataset just only 1 folder, in my case in Genesis. I also changed the csv file, so that's only texts for the Genesis folder. But when I run the train.py…
-
Hi, just a question.
First of all thank you for all the excellent work and knowledge sharing ;)
I am planning to train a Tacotron-2+WaveNet TTS system on a dataset with many speakers but just fe…
-
When I training on Tacotron, happend below error...
Exiting due to exception: Assign requires shapes of both tensors to match. lhs shape= [1536,240] rhs shape= [1536,80]
[[Node: save/Assi…
-
Hello, as the title says I'm getting the `AssertionError` on line 85 of `train.py` when I try to run the code with
`python J:\tacotron2\train.py --output_directory="J:\tacotron\output" --log_direct…
Pitr2 updated
3 months ago
-
**Summary[问题简述(一句话)]**
A clear and concise description of what the issue is.
RuntimeError: Error(s) in loading state_dict for Tacotron: size mismatch for gst.stl.attention.W_query.weight: copying a …
-
seems too slow,using this cmd:
python synthesis.py checkpoint_biaobei-36Khz\checkpoint_biaobei-36Khz.pth ..\tacotron_output\ --conditional=..\tacotron_output\eval\mel-batch_0_sentence_0.npy
somet…
-
Hi,
My question could be stupid but I could not run ```python train.py``` on my mac
Here's logs on terminal.
When I use ```prepro = False```,
```
(tacotron) MacBook-Air:tacotron me$ python …
-
## リンク
https://ieeexplore.ieee.org/document/9054681
## どんなもの?
Using knowledge distillation(KD) for robust Tacotoron2 based TTS
## 先行研究と比べてどこがすごい?
Previous research:
A basic Tacotron2's decod…
-
Hi,
I was running this on the LJSpeech-1.1 dataset, preprocessing part ran smoothly. (with default hparams).
while training I'm getting this error
Traceback (most recent call last):
File "t…
-
- I've trained my own model in a few days ago. And today, I start testing the model with the input "**I love fruits like apple, banana, watermelon,...**"
- For the first try: I've the audio with comp…