Skip to content

haebeom-lee/vae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vae

a minimal implementation of VAE

How to run

In run.sh file,

  1. If gpu is available, assign --gpu_num the actual gpu number. (default is -1, meaning that cpu will be used.)
  2. --zdim is the dimension of latent codes (default is 20).
  3. If --mode visualize, note that --manifold is available only with --zdim 2.

Then bash run.sh

About

a minimal implementation of VAE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published