-
I got a bad quality result...
-
Everytime I run the model with the regular inputs from the readme I get this.
Denoising: p232_001.wav
0%| …
-
@JasonWei512 能否帮忙看下,下面load wavenet model 时候出了错误,这会是什么原因造成的?多谢!
Loading checkpoint: logs-Tacotron-2\wave_pretrained/wavenet_model.ckpt-1614000
0%| | 0/1 [00:00
-
The error log is listed below.
Thank you.
[hxs@VM_0_7_centos Tacotron-2-Ray-newclips3-trainmodel-T2]$ python synthesize.py --model='Tacotron-2' --mode='live'
/home/hxs/anaconda3/lib/python3.6/sit…
-
Tacotron-2 implementation of r9y9 (https://github.com/r9y9/Tacotron-2) output the mel-spectrogram but when I give that mel-spectrogram input to nv-wavenet after covert .npy file to torch tensor and do…
-
I'm getting this error, when I train tacotron
I already placed tacotron batch_size in 4, but still
WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
For more info…
-
I trained Tacotron to 140K steps with the LJSpeech data. That is working great for me.
Now I want to improve the speech by using wavenet. I start a training over the synthesise data created with my…
-
Hello, I have trained wavenet model. But the speed of output wav file is low.
Does Tacotron-2 based on Parallel WaveNet, or not?
-
running in nvidia-docker...
```
root@94a7bbb1c7db:~/speech-to-text-wavenet# python preprocess.py
Traceback (most recent call last):
File "preprocess.py", line 6, in
import scikits.audiola…
-
I keep getting a MemoryError from librosa
```bash
$ python train.py --checkpoint_every=1 --data_dir=data
Using default logdir: ./logdir/train/2016-11-05T21-43-34
Trying to restore saved checkpoint…