Skip to content

DavidHernandez21/vae-tf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vae-ry exciting vae code

For all your TensorFlow Variational Autoencoder needs.

Description

This is the repository for the Variational Autoencoder (VAE) blogpost series from Fast Forward Labs. Start there, then check out the repo!

Usage:

To train a new model, edit main.py with your desired VAE ARCHITECTURE, HYPERPARAMETERS, and paths/to/outdirs.

Then, simply:

$ python main.py

OR, restore a trained model from its saved meta_graph via:

$ python main.py <path/to/meta_graph_name>

(without the .meta suffix)

About

repository for the Variational Autoencoder (VAE) blogpost series from Fast Forward Labs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%