v0.1-mnist-cli
Pre-release
Pre-release
owulveryck
released this
22 Mar 12:11
·
240 commits
to master
since this release
To use it:
curl https://www.cntk.ai/OnnxModels/mnist/opset_7/mnist.tar.gz | tar -C /tmp -xzvf -
./mnist-reader.darwin -model /tmp/mnist/model.onnx
then point your browser to http://localhost:8100
To build it:
$ git checkout v0.1-mnist-cli
$ cd example/gorgonia/mnist-reader
$ curl https://www.cntk.ai/OnnxModels/mnist/opset_7/mnist.tar.gz | tar -C /tmp -xzf -
$ go run main.go -model /tmp/mnist/model.onnx