Skip to content

SunDoge/vae-mxnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VAE mxnet

Adapted from

PyTorch Examples

and

Gluon - The Straight Dope

Quick start

python main.py --hybrid

Improvement

The original model defined in gluon has batch_size attribute

# note to self: requring batch_size in model definition is sad, not sure how to deal with this otherwise though

My implementation removes this limitation.

About

Gluon implementation of the original (Gaussian) Variational Autoencoders (VAE)

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages