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
- Host: GitHub
- URL: https://github.com/will-rice/vqvae
- Owner: will-rice
- License: apache-2.0
- Created: 2021-07-30T18:28:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T20:47:45.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T18:13:18.011Z (4 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [WIP] TensorFlow 2.0 implementation of VQ-VAEs: Neural Discrete Representation Learning
## References
https://arxiv.org/abs/1711.00937https://www.youtube.com/watch?v=VZFVUrYcig0
https://keras.io/examples/generative/vq_vae/