Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Files

Latest commit

BradLarsonmarcrasi
and
Oct 20, 2020
b6e5d01 · Oct 20, 2020

History

History

Autoencoder2D

README.md

Simple 2D Autoencoder

This is an example of a simple 2-dimensional autoencoder model, using KuzushijiMNIST as a training dataset. It should produce output similar to the following:

Epoch 1

Epoch 10

Setup

To begin, you'll need the latest version of Swift for TensorFlow installed. Make sure you've added the correct version of swift to your path.

To train the model, run:

swift run -c release Autoencoder2D