Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 481 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 481 Bytes

mnist

Determine which digit (0-9) is contained in an image. The model is constructed in Keras and can be found in mnist.py (taken from their examples).

Usage

  1. Build the required container in the parent directory.

  2. Build and run the example.

$ docker build -t sjkaliski/infer/examples/mnist .
$ docker run -i -t --rm sjkaliski/infer/examples/mnist