You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yet another variational autoencoder implementation
Implementation in tensorflow which follows the paper Auto-Encoding Variational Bayes by Kingma and Welling to check whether it really works. Just run the script with
python vae.py
and it should produce an output similar to this:
About
Variational autoencoder implementation in tensorflow following the classic paper by Kingma and Welling.