Feel free to reach out on Twitter or Gopher slack: @owulveryck. The main project is hosted here: https://github.com/owulveryck/onnx-go If you want to test the code, here are the links: # Get the model: curl https://www.cntk.ai/OnnxModels/mnist/opset_7/mnist.tar.gz | tar -C /tmp -xzvf - # Get the demo binary from https://github.com/owulveryck/onnx-go/releases/tag/v0.1-mnist-cli # Run it: ./mnist-re