Skip to content

Latest commit

 

History

History

simple_autoencoder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Simple Autoencoder

Tensorflow 2 implementation of a simple convolutional autoencoder.

Usage

To train the model on MNIST use

python train.py

To see all training options use

python train.py -h