gradientinstitute / aboleth

A bare-bones TensorFlow framework for Bayesian deep learning and Gaussian process approximation
Apache License 2.0
127 stars 10 forks source link

Make a VAE? #182

Open dsteinberg opened 6 years ago

dsteinberg commented 6 years ago

This may not be the best framework for it, but it would be a good exercise to see how it looks compared to competing frameworks, e.g. Keras, Edward.

ltiao commented 6 years ago

You may find these relevant and hopefully useful :)

Also, the white paper on TensorFlow Distributions contains many neat examples which demonstrate how easy it is to go from the most basic VAE to the state-of-the-art architecture that uses a PixelCNN++ decoder and inverse autoregressive flows for the encoder and prior. Might be good for comparison or just a source of inspiration :)

dsteinberg commented 6 years ago

Thanks man! Very useful!!