Skip to content

hirokiadachi/VAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variational Autoencoder (VAE)

VAE is proposed by Kingma and Welling in 2014 on ICLR.
This code has implemented with pytorch version 1.0 and python3.
If you execute this source code, you type the command as shown below on terminal.

python3 main.py

This VAE can choice network type (i.e. FC only or CNNs).
Default network is FC only.
Usage is shown below:

  • FC only: fully connected only
python3 main.py --network_type 'fc'
  • CNNs: convolutional neural networks
python3 main.py --network_type 'cnn'

Result

VAE Result

Extra items

About

Variational Autoencoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages