waveglow-vqvae icon indicating copy to clipboard operation
waveglow-vqvae copied to clipboard

WaveGlow vocoder with VQVAE

Results 4 waveglow-vqvae issues
Sort by recently updated
recently updated
newest added

hi, since you waveglow propose to use a soft-em version of vqvae, the core implementation is: " def _square_distance(x, code_book): x = tf.cast(x, tf.float32) code_book = tf.cast(code_book, tf.float32) x_sg =...

Thank you for your project and I am actually working on converting waveglow code into Tensorflow. For quick training allignment during fine-tuning, I am thinking of converting pytorch model into...

Thanks for your excellent work. But I can't find the GPU configurations in `config.yml` file. Where can I set the GPU config?