-
I am looking at `TTS/TTS/tts/layers/tacotron/tacotron2.py`, `class Decoder`, `def inference(self, inputs)`.
This part only allows single inputs, as any more will result in error "Bool value of Tens…
-
Hello, I want to test your repo on my data to make text2speach, but I have an issue
I have installed all properly, but I do not understand where to get following models:
```
## specify the path…
-
Hi. I am training my dataset with Tacotron 2 in 2 different machines. In the first one I am using Windows 10 and I haven't problem until now. But in the second one I am using ubuntu 20.04 and the trai…
-
Access denied with the following error:
Tacotron2 Model Downloaded
Access denied with the following error:
Cannot retrieve the public link of the file. You may need to change
the permission t…
-
Hello,
We have been using Espnet successfully for Bengali ASR training for about 2 years now.
Currently we are trying to train a Bengali TTS model using LJSpeech/tts1 recipe. We are using [http…
-
Hi Guys
I am trying to train the Tacotron model on a dataset much smaller than Ljspeech dataset. about 2400 samples.
The model overfits after a couple of epochs using the config file used for trai…
-
Hello,
I'm training a model on Tacotron2. I tried little datasets, large datasets, but always I get the same messages.
Reached max decoder steps XXXX
By default there are 1000 steps. I tried …
-
Hi,foamLiu. Thanks for your pytorch implementation of Tacotron2! Could you please share the weight file?Thank you very much.
-
When i run `bash pretrain_ofa_base.sh` it happens. I run it in a single GPU.
Entire error:
/usr/local/lib/python3.7/dist-packages/torch/distributed/launch.py:186: FutureWarning: The module tor…
-
I have followed your demo in
https://colab.research.google.com/github/espnet/notebook/blob/master/espnet2_tts_realtime_demo.ipynb
and it works perfectly fine. My question is how to extract the durat…