Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.54 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.54 KB

Variational Autoencoders (VAE)

CodeFactor Code style: black

Requisites

  • Linux/ OSX system with FFmpeg and imagemagick
  • Python 3
  • Pytorch, Matplotlib, Numpy

Run sudo sh setup.sh to install and setup the required packages and softwares.

Results

Number of epochs Dataset Test Loss Synthetic Images
10 MNIST 105.23
50 MNIST 100.09
20 Fashion-MNIST 238.51

Where To Go Next

  • Try with CelebA datasets
  • Combine with DCGAN (VAE-GAN by Rosca et al.)

References