-
### Planed TODO
- [ ] KL + Power - Single speaker
### Properties not specified in the paper
- Sampling number for the loss (We may have some limitation for GPU)
- Number of mixture for IAF layer…
-
안녕하세요, 구현해주신 코드 잘 사용하고 있습니다. 감사합니다.
Tacotron으로는 꽤 쓸만하게 성능이 나와서 잘 활용하고 있습니다.
보다 음질을 높이기 위해 Wavenet Vocoder도 테스트해보고 있는데
600k까지 학습해보니, 거의 잡음만 출력되다가 일부 부분에서만 음성이 출력됩니다.
Loss는 5 이상에서 더이상 수렴을 하지 않는 거 …
-
안녕하세요? Tacotron2-Wavenet-Vocoder 좋은 코드 만들어 올려 주셔서 잘 사용하고 있습니다.
감사드립니다.
Wavenet-Vocoder 훈련 속도 관련하여 문의 드립니다.
제 PC에 달린 GPU는 desktop RTX 2080 Ti 입니다. Tacotron2는 문제 없이 훈련이 잘 되었는데 Wavenet Vocoder는…
-
Is it possible to integrate this project with wavenet vocoder (https://github.com/r9y9/wavenet_vocoder) and generate voice from spectrogram using parallel wavenet.
-
Installed all requirements.txt in conda enviroment but modules "train" and "wavenet_vocoder" give errors.
cannot import name 'linear_quantize' from 'wavenet_vocoder.util'
cannot import name 'buil…
-
Hey, when i try to synthesis wav from mel files , this error occurs:
python synthesis.py --conditional=./output_mel/0_mel.npy ./wavenet_premodel/20180510_mixture_lj_checkpoint_step000320000_ema.pth…
-
Does anyone plan to use wavenet-based vocoder, insteading of griffin-lim algoritm, which greatly increase the audio quality in the single-speaker experiment of [Deep Voice 2](https://arxiv.org/abs/170…
-
### Single speaker
We stopped the training at 680K step.
You can find some results at https://twidddj.github.io/docs/vocoder.
We tested the vocoder on the set of two group: 1) samples from the d…
-
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…
-
I intended to train WaveNet with multi-GPU setting, since the hyper params in paper_hparams.py:
```
wavenet_batch_size=8
layers=24
hidden_size=512
```
will meet the OOM issue in single GPU setti…