Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 399 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 399 Bytes

TPU-VAE

A MNIST example of variational auto encoder in TensorFlow/Keras by TPUs.

Overview

Random numbers for sampling and reparameterization trick, and KL divergence of the middle layer are connected by skip-connection, respectively.

This makes it possible to define VAEs in one model, making it easier to train with TPU.