-
The README.md links to English Voice Samples which claim to use and English DDC model however it is not identifiable in list models;
```
tts --list_models
Name format: type/language/dataset/mode…
Dmole updated
3 years ago
-
-
https://github.com/ZENGZHEN-TTS/LVCNet/blob/6e7748e7ef358f7d95b8ce08bb682e7993f9c639/vocoder/models/lvcnet.py#L76
https://github.com/ZENGZHEN-TTS/LVCNet/blob/6e7748e7ef358f7d95b8ce08bb682e7993f9c63…
-
I used the `dev` branch training PWGAN, then i looked into the tensorboard results, it seems that the spectrograms look weird. May i ask whether i did something wrong or i miss something?
I used th…
-
Hi
I am using Fast Text and model model.last1.avg.best
With Parallel WaveGAN vocoder ,It works very nice , I am not using cuda or gpu but just using cpu.
But because I'm using this…
-
https://github.com/TensorSpeech/TensorFlowTTS/blob/c0377a34ba04c9ebb962b4057ece7bc48a57559e/tensorflow_tts/losses/stft.py#L55
Hi, when read the paper https://arxiv.org/pdf/1910.11480.pdf, I found the…
-
[Parallel Wavegan](https://arxiv.org/abs/1910.11480) with tensorflow now supported. Please see [here](https://github.com/TensorSpeech/TensorFlowTTS/tree/master/examples/parallel_wavegan) to get more i…
-
I trained parallel wavegan model with the latest version(d3b1bc5a52f095dac9855d789d27b8cfc0ee4856) of the source. The following error occurred while decoding the model:
```
Traceback (most recent …
-
Hi @jik876 @Edresson
We(@sayakpaul) converted the pre-trained PyTorch model of the HiFi-GAN to TFLite Format. Thanks for providing the pre-trained models. You can use this [Notebook](https://githu…
-
pytorch 1.2
test my model
for i in range(20000):
l=int(random.randint(20,10000))
c=torch.rand(l,80)
out = model((c)) #model=MelGANGenerator
#use from memory_profil…