Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.
/ chainer-VAE Public archive

DEPRECATED!!! the same as official VAE example, but using Trainer in this repo

Notifications You must be signed in to change notification settings

crcrpar/chainer-VAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAUTION

Now that chainer official implementation is updated. Please refer it.

chainer-VAE

implementation of https://github.com/pfnet/chainer/tree/master/examples/vae using Trainer.

result/loss.png was compiled by using Viz.js. If you use homebrew and wanna dump image file, brew install graphviz, then dot -T <jpeg, png , etc> <computational_graph.dot> -o <output_image>.

beta-VAE

As you can see in http://openreview.net/forum?id=Sy2fzU9gl, you can impose stronger regularization on latent space when define model via net.VAE(C=beta), where, beta > 1.

Execute train_vae.py

Argument Parser

  • resume: resume from snapshot. Basically, snapshots are chainer-VAE/result/snapshot_epoch_{epoch}
  • interval: save images & snapshot intervals, default is 5

About

DEPRECATED!!! the same as official VAE example, but using Trainer in this repo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages