https://github.com/oelin/vq-vae
An implementation of VQ-VAE in PyTorch.
https://github.com/oelin/vq-vae
Last synced: 3 months ago
JSON representation
An implementation of VQ-VAE in PyTorch.
- Host: GitHub
- URL: https://github.com/oelin/vq-vae
- Owner: oelin
- Created: 2023-11-21T00:28:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T12:57:58.000Z (over 1 year ago)
- Last Synced: 2023-12-08T16:30:52.860Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VQ-VAE
An implementation of VQ-VAE in PyTorch.