Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 742 Bytes

File metadata and controls

16 lines (13 loc) · 742 Bytes

VAE-Tensorflow

Implemented variational auto-encoder with MNIST dataset using TensorFlow.

Prerequisites

  • Tensorflow
  • Scipy

Usage

python main.py Training process is activated, as parameters would be saved as checkpoint file. After every 10 epochs, generated MNIST number will be saved as png file.

References