onnx-go v0.1-mnist Release Notes

Release Date: 2019-03-22 // about 5 years ago
  • 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