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

https://github.com/williamfalcon/pytorch-lightning-vae

VAE for color images
https://github.com/williamfalcon/pytorch-lightning-vae

Last synced: 11 months ago
JSON representation

VAE for color images

Awesome Lists containing this project

README

          

# VAE for color images in PyTorch Lightning
This repo is an implementation for the matching medium tutorial

## reconstructions on cifar-10

![image](https://github.com/williamFalcon/pytorch-lightning-vae/blob/main/images/cifar_10.png)

## To run
```bash
pip install -r requirements.txt

python vae.py --gpus 1
```