https://github.com/zalandoresearch/pytorch-vq-vae
PyTorch implementation of VQ-VAE by Aäron van den Oord et al.
https://github.com/zalandoresearch/pytorch-vq-vae
deep-learning pytorch vae vq-vae
Last synced: 6 months ago
JSON representation
PyTorch implementation of VQ-VAE by Aäron van den Oord et al.
- Host: GitHub
- URL: https://github.com/zalandoresearch/pytorch-vq-vae
- Owner: zalandoresearch
- License: mit
- Created: 2018-07-08T11:02:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T22:05:22.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T12:07:50.861Z (6 months ago)
- Topics: deep-learning, pytorch, vae, vq-vae
- Language: Jupyter Notebook
- Size: 977 KB
- Stars: 557
- Watchers: 7
- Forks: 103
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pytorch-vq-vae
PyTorch implementation of VQ-VAE by Aäron van den Oord et al.## Requirements
```
$ pip3 install -r requirements.txt
```## Notebook
See [vq-vae.ipynb](https://nbviewer.jupyter.org/github/zalandoresearch/pytorch-vq-vae/blob/master/vq-vae.ipynb)