williamFalcon / pytorch-lightning-vae

VAE for color images
Apache License 2.0
207 stars 20 forks source link

VAE for color images in PyTorch Lightning

This repo is an implementation for the matching medium tutorial

reconstructions on cifar-10

image

To run

pip install -r requirements.txt

python vae.py --gpus 1