debtanu177 / CVAE_MNIST

Conditional VAE using CNN on MNIST in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variational Autoencoder & Conditional Variational Autoencoder using MNIST dataset

Conditional VAE using CNN on MNIST in PyTorch.


In order to run Variational autoencoder use train_vae.py and for Conditional Variational Autoencoder use train_cvae.py. Both of these two implementations use CNN. For other details such as latent space size, learning rate, CNN layers, batch_size etc. see the code.


Results

Variational Autoencoder Conditional Variational Autoencoder

About

Conditional VAE using CNN on MNIST in PyTorch


Languages

Language:Python 100.0%