-
Hi @dathudeptrai,
We(@sayakpaul) successfully converted the PyTorch pre-trained model(from the [repository](https://github.com/kan-bayashi/ParallelWaveGAN)) to TFLite Format with the help of [Note…
-
Hi
@monatis below code generates correct audio with [https://www.dropbox.com/s/ixsp0bxck2di4rs/TensorFlowtts.zip?dl=1](url)(from colab) but doesn't with the latest commit f046e824f18b4c7b7db2b65705a6…
-
Hello! First of all, thank you so much for the work: it's incredibile! 🥇
I want to retrain the system on an a different voice, with hours of recordings I will make. In order to achieve so, I was t…
-
![SSB00430433](https://user-images.githubusercontent.com/24405575/102987097-d0551500-454c-11eb-93a5-0ed47d6c585d.png)ave
![SSB01330002](https://user-images.githubusercontent.com/24405575/102987101-…
-
Thank you for your excellent work. I am facing a problem that is how to deal with the text when fastspeech2 reasoning. I think that g2p is used in the code to give the result directly, but the pause o…
-
**Describe the bug**
With custom japanese dataset, I trained tacotron2 with reduction_factor = 3 using espnet2 recipe.
Using that model, i was trying to train fastspeech2 default config with reducti…
-
for the same dataset and same config
training is ok on [1, 2, 4] gpus
but chrushed on [8, 10] gpus
2020-11-13 04:48:49.761847: W tensorflow/core/framework/op_kernel.cc:1767] OP_REQUIRES failed at…
-
I tried training FastSpeech2 on LJSpeech resampled to 24KHz with `gradient_accumulation_steps: 1` and batch size 128 with mixed precision on a Tesla T4 (14GB of VRAM) and got this:
```
/usr/local/li…
-
@dathudeptrai Hi, I have a question. Why does the training data loss curve look steady downward when training the fastspeech2 v2 model, but the eval data loss curve oscillates so much?
-
Hi,
Sorry to ask your help once again @mapledxf
I am trying to customise the Android example to use a custom FastSpeech2 model with the MB-MelGan Universal Vocoder.
The problem is, speech is …