-
Hi, it would be great if someone can upload the latest release to PyPI since it introduces things related to discrete unit vocoder. Thanks
-
Hi,
I made a merged pull request to [parallel_wavegan](https://github.com/kan-bayashi/ParallelWaveGAN/commit/81c4eb92714efcee52a75c3e092265758d00f1fe) repo in which we could have URLs for ```download…
-
Visualizing the saved model, it seems that the discriminator does not execute spec norm, when I modified it to the official code and saved it correctly
![374EF1E2-A137-48FC-B83D-503E29E2215E](https…
-
# TODO
- [x] Documentation
- [x] `README.md`
- [x] `egs2/TEMPLATE/tts1/README.md`
- [x] joint training
- [x] vits training
- [x] `egs2/jvs/tts1/README.md`
- [x] fastspeech adap
- …
-
Dear Team,
Is it possible to deploy the ESPNET TTS model on Android?
If yes, could you advise right way for this purpose?
Thank you in advance!
-
Epoch 625: : 2000batch [31:38, 2.59batch/s, batch_size=10, lr=0.0004, mel=0.0152, step=9999]
==============
Epoch 624 ended. Steps: 9999. {'total_loss': 0.033, 'mel': 0.033, 'batch_size': 9.8125, …
-
Thanks for your excellent work and opening source! I have a few questions as follows:
1. Since it may take days or weeks to pre-train it again. Can you provide the pre-trained tts model checkpoint? I…
-
Hello, thank you for your open source work. I have a question about this code, whether it can be trained using multiple GPUs. It seems that there is no option to set the GPU in the code.
-
What may happen if I mix VCTK datasets with datasets from other languages? For example, I used a dataset mixed with VCTK and Chinese. How should I calculate the threshold value of test in "config/base…
-
Hello,
As far as I know, espnet1 includes quantization and espnet2 does not.
How do I use the quantization option in egs1? Also, can't quantization be used by modifying the code in egs2?
Also, …