-
Pardon the questions, but I'm new to machine learning and am trying to familiarize myself with the field.
Is WaveRNN (here and in the original paper) not an end-to-end text to speech system like Ta…
-
Would be great to try out the original WaveRNN implementation with 16 bit quantization.
Either from here https://github.com/fatchord/WaveRNN/blob/master/models/wavernn.py or some other/own implementa…
-
Your WaveRNN repository(master-barnch) excludes `preprocess.py` modules, how can I train the WaveRNN model? @begeekmyfriend
-
hi
I get eval.wav by training tacotron2,it sounds good,
and I training wavernn 215k with gta,generate a new wav use batched,It doesn't sound as good as your audio.
It's a little noisy and husky,W…
-
Hi, I've trained wavernn on 16-bit corpus with 12.5ms frame shift and 50ms window length in MOL mode. The upsample factor is (5,5,8), and the remaining hyperparameters are unchanged. I got loss explod…
-
Hi @geneing
First of all, congratulations on this awesome work!
I've been experiencing a possible bug in the c++ implementation. I tried the model on a couple of machines at home and noticed som…
-
使用fastspeech2和wavernn进行合成,命令如下
```
python3 /home/aistudio/PaddleSpeech/paddlespeech/t2s/exps/fastspeech2/../synthesize_e2e.py \
--am=fastspeech2_mix \
--am_config=/home/aistudio/checkpoint/fastspe…
-
Some speed up over [the original WaveRNN training example](https://github.com/pytorch/audio/blob/main/examples/pipeline_wavernn/main.py).
Here is a working version on [gist](https://gist.github.com…
-
Hello. When I'm running this code, it says AttributeError: can't set attribute.
```
with localimport('/root/WaveRNN') as _importer:
from models.wavernn import Model
```
```
AttributeErro…
-
[eval_multi_speaker_tacotron2_wavernn.zip](https://github.com/begeekmyfriend/tacotron2/files/3770060/eval_multi_speaker_tacotron2_wavernn.zip)