Skip to content

Variational Auto Encoder in TensorFlow/Keras by TPUs

License

Notifications You must be signed in to change notification settings

koshian2/TPU-VAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Variational Auto Encoder in TensorFlow/Keras by TPUs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages