-
Hello,
We are currently using an EC2 inf2.xlarge instance and have set it up according to the [PyTorch Neuron Setup on Ubuntu 22](https://awsdocs-neuron.readthedocs-hosted.com/en/v2.18.2/general/se…
-
(task) E:\tensorflow\Tacotron-2>python train.py --model='Tacotron-2'
WARNING:tensorflow:
The TensorFlow contrib module will not be included in TensorFlow 2.0.
For more information, please see:
*…
-
Hi, I've trained my model from scratch (my own data, different language) and it works kinda good except it skipping some random word in the sentence; rarely happened but its not good at all; and it al…
-
When I am training train_tacotron.py it is giving this error:
Using device: cpu
Initialising Tacotron Model...
Trainable Parameters: 11.088M
Restoring from latest checkpoint...
Loading late…
-
In your implementation of tacotron, mel_outputs of decoder are fed into the postnet(a cbhg) and a linear layer, then getting a new outputs with the same dims of mel_outputs. You did so for the purpose…
-
I was trying to run tacotron gst on a single GPU, but it hangs, after outputting "Successfully opened dynamic library libcublas.so.10.0" nothing happens.
I am running the project on google colabora…
-
Hi,
I am trying to do inference using pretrained model on single GPU machine. It gets the style right. However, the generated voice is of very bad quality.
Please fing attached generated mel diagra…
-
Tacotron-2 implementation of r9y9 (https://github.com/r9y9/Tacotron-2) output the mel-spectrogram but when I give that mel-spectrogram input to nv-wavenet after covert .npy file to torch tensor and do…
-
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 …