Skip to content

lunayht/vae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Variational Autoencoders

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages