Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 361 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 361 Bytes

go-mnist-example

Build Docker image using go-tflite.

Usage

Build docker image

$ docker build -t mnist .

Test the image

$ docker run -i --rm mnist < 1.png
stdin is 1

$ docker run --rm -v .:/data/ mnist -f /data/4.png
/data/4.png is 4

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)