An open API service indexing awesome lists of open source software.

https://github.com/will-rice/vqvae

TensorFlow 2.0 implementation of VQ-VAEs: Neural Discrete Representation Learning
https://github.com/will-rice/vqvae

Last synced: 2 months ago
JSON representation

TensorFlow 2.0 implementation of VQ-VAEs: Neural Discrete Representation Learning

Awesome Lists containing this project

README

        

# [WIP] TensorFlow 2.0 implementation of VQ-VAEs: Neural Discrete Representation Learning

## References
https://arxiv.org/abs/1711.00937

https://www.youtube.com/watch?v=VZFVUrYcig0

https://keras.io/examples/generative/vq_vae/