WaveGrad icon indicating copy to clipboard operation
WaveGrad copied to clipboard

Implementation of WaveGrad high-fidelity vocoder from Google Brain in PyTorch.

Results 13 WaveGrad issues
Sort by recently updated
recently updated
newest added

Could you provide the evaluation code ? Thank you.

Hi, awesome contribution for TTS community :) I am wondering, did you manage to train a model that would have higher audio quality than the pretrained checkpoint provided with this...

Hello, I have two somewhat identical datasets with similar samples. I have trained the WaveGrad with 22k sample rate audios and it is quite good. However, the synthesis quality for...

Hi, when training with f_max = 10000 there is a static noise introduced in the model. We are using our custom dataset. Is there any way to improve upon this?...

I'm fortunate enough to have a machine with an NVIDIA RTX 3090 GPU. However, the GPU-enabled binary versions of PyTorch 1.6.0 available from the PyTorch project won't run on the...

Huge thanks for implement! I have a question regarding the training time in the single GPU you mentioned. I did the same training procedure in batch size 96 on the...

Hi, I noticed that in upsampling block, the code does Conv1dWithInitialization and then InterpolationBlock. [code link](https://github.com/ivanvovk/WaveGrad/blob/721c37c216132a2ef0a16adc38439f993998e0b7/model/upsampling.py#L61) But in paper network structure it looks like the reverse order of yours. ![image](https://user-images.githubusercontent.com/87403988/125553394-0ea00bf3-970b-45fd-858a-b0032ec55f15.png)...

I simply updated configs as https://github.com/ivanvovk/WaveGrad/issues/22#issue-938334999.

Hi! My name is Junhyeok Lee and I appreciate your works! Maybe I found a slight mistake in your config file. https://github.com/ivanvovk/WaveGrad/blob/721c37c216132a2ef0a16adc38439f993998e0b7/configs/default.json#L6-L12 In Wavegrad Appendix A, they mentioned "The dilation...

Thank you for releasing the great project. I'd like to train on TPU(v3) on Google Cloud, how can I change the code to make it work?