-
Hi, I'm wondering if you could help me. I'm trying to build a WaveNet-style vocoder in TensorFlow which uses acoustic features as auxiliary input, but I'm struggling to understand how auxiliary input …
-
Hi Kyubyong Park,
Much thanks for the wonderful git profile, very very helpful especially for someone like me who is very interested in TTS domain.
I was exploring all the recent work in the dom…
-
Thank you for your selfless dedication!!
The first time I run your script, the data used is ‘LJSpeech-1.1’:
1. python3 preprocess.py
2. python3 train.py --model='Tacotron-2'
3. python3 synthesize.…
-
When I try to train the WaveNet Module it returns
FileNotFoundError: [Errno 2] No such file or directory: '_'
I traced it back to the wavenet_vocoder\feeder.py
```
if self._hparams.train_with_…
-
Just as a sanity check, I tried running this on a CPU machine. But with both fftnet_config.json and wavenet_config.json it crashes with the following error. This also happens with GPUs on Google Colab…
-
I use GTA synthesis by Tacotron-2 to predict mel spectrograms and then train the wavenet vocoder with **default hparams**. I have two problems:
1.The loss < 0
2.When iterating after 196k the traini…
-
- GANs
- https://github.com/kozistr/Awesome-GANs
- https://github.com/nightrome/really-awesome-gan
- adversarial (currently no meta)
- https://github.com/tensorflow/cleverhans
- https://g…
-
### Describe the bug
` error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of out…
li589 updated
1 month ago
-
https://github.com/auspicious3000/SpeechSplit
-
```I was training Tacotron-2 model by first training tacotron model, then wavenet model. When I run synthesis.py for wavenet model I'm getting the error message below.
Traceback (most recent call las…