-
안녕하세요 좋은 코드를 바탕으로 열심히 공부중인 학생입니다..!!
2019-10-04 13:38:15.119765: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1435] Adding visible gpu devices: 0
2019-10-04 13:38:15.457661: I tensorflow/cor…
-
hi,
I'm trying to implement this code in another language so i want to know where the text is given as input to the model? Also in the test section the input text was not specified.
-
Continue from #561
- [x] Integrate neural vocoder #1081
- [ ] GPU batch inference
- [x] Multi-speaker Transformer #1001
- [x] Multi-speaker FastSpeech #1006
- [x] Add Transformer recipe
…
-
Recently Baidu [released](https://github.com/PaddlePaddle/Parakeet#pre-trained-models-and-audio-samples) mel2wav pretrained model which is close to WaveNet in terms of quality but much faster. Its con…
qo4on updated
4 years ago
-
Hey, great work on vocoder! I tried your repo to train a model by myself and I found a mistake in https://github.com/r9y9/wavenet_vocoder/blob/cd2abdfd221c350e9d94184a454213ec55eae440/train.py
If I d…
-
Looks like waveglow's default configuration doesn't allow mel-spectrogram to represent all range of frequency (0~11025Hz): https://github.com/NVIDIA/waveglow/blob/master/config.json
This is a plot …
-
Hi.
I am training Tacotron2 on a tesla k80 with the italian m-ailabs speech dataset.
I wanted to adjust the hiperparameters in the json file, but i found that using the notebook tool to discover the…
-
Hi
I am unable to figure out how to generate a synthesis with these parameters using the MELS spectrogram generated by Tacotron-2
parser.add_argument('--data_path', type=str, default='./DATASETS…
-
Hey, thanks for the amazing repo on wavenet vocoder. I have tried your https://github.com/kan-bayashi/PytorchWaveNetVocoder/blob/master/egs/arctic/si-open-melspc/run.sh to run the stage. When I run st…
-
**When I synthesize wavenet I get this out of memory error, but I can't understand because of which parameter is this being caused.
I trained Tacotron and wavenet for 10000 steps each.
batch size =3…