Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 3 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
```