Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T22:05:22.000Z (almost 5 years ago)
- Last Synced: 2023-10-11T18:58:49.499Z (about 1 year ago)
- Topics: deep-learning, pytorch, vae, vq-vae
- Language: Jupyter Notebook
- Size: 977 KB
- Stars: 451
- Watchers: 8
- Forks: 89
- 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)