aboleth icon indicating copy to clipboard operation
aboleth copied to clipboard

Make a VAE?

Open dsteinberg opened this issue 6 years ago • 2 comments

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.

dsteinberg avatar Mar 26 '18 03:03 dsteinberg

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 :)

ltiao avatar Mar 26 '18 05:03 ltiao

Thanks man! Very useful!!

dsteinberg avatar Mar 28 '18 00:03 dsteinberg