Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)