-
WARNING: Logging before flag parsing goes to stderr.
W0617 17:33:04.058133 140246269011776 lazy_loader.py:50]
WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
For mor…
-
May I ask why we need to finetune on Tacotron output? Given that we can get the ground truth Mel-spect from the original wavform audio, why bother trying to learn acting like Tacotron ? Can anyone giv…
-
i got negative loss when training wavenet with THSCH-30 dataset.
```
Wavenet Train
###########################################################
Checkpoint_path: i:/data/voice/logs-Tacotron-2\…
-
For some reason, preprocess.py works and compiles all the samples, which are .WAV and at 22.05kHz. However, when I run train_tacotron.py, it suddenly does not work.
Here is the output of the file:…
-
https://github.com/rishikksh20/gmvae_tacotron/blob/cb880217699f64c34fb9fd69e9b4e08a46c93d8c/tacotron/utils/util.py#L24
Has vae_weight with the default hyper-parameters been tested?
-
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…
-
I have tried to train LJSpeech-1.1 as 'python3 train.py', but I have got an error like this.
So, can you tell me which version of tensorflow you used?
I used tensorflow 1.3.
-------------------…
-
> @moonnee Your git version is old so please install the latest version.
>
> FYI my git version is 2.17.1.
>
> ```
> git --version
> git version 2.17.1
> ```
> Updating git may solve your pl…
-
Hi, thanks for your great work.
I tried to run this work with tf1.6 on one GPU with mode 'Tacotron'. But got attribueError as below:
```
_Traceback (most recent call last):
File "train.py", line…
-
I am just trying to test out training my first model and it appears to use CPU training instead of GPU training despite detecting and gpu and saying it is initializing it. nvidia-smi show that no proc…