google-deepmind / sonnet

TensorFlow-based neural network library
https://sonnet.dev/
Apache License 2.0
9.79k stars 1.3k forks source link

Vqvae examples #141

Open RifqiAW opened 5 years ago

RifqiAW commented 5 years ago

Is it possible to update the example for vqvae to also include how to use it on raw audio and/or video data?

Thank you

sean-metzger commented 5 years ago

+1!

steremma commented 4 years ago

On the same example: it seems that we are only training stage 1 of the paper. In order to perform generation we would also need to train the prior (using PixelCNN for example). Is this included somewhere?

mm3509 commented 1 year ago

This repository seems to implement VQ-VAE for video: https://github.com/ritheshkumar95/pytorch-vqvae

+1 for an updated example for raw audio!