williamFalcon / pytorch-lightning-vae

VAE for color images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

VAE for color images

License:Apache License 2.0


Languages

Language:Python 100.0%