My journey with ONNX and Go - Running the graph
In the previous post, I made an introduction and a POC to interact with ONNX models and Go.
I have decoded the information to reconstruct a graph. Now I propose to expand the principle and to create a proper execution backend based on Gorgonia. This post is a bit more technical than the previous one because all the concepts needed to work should be present in the last article.
Decoding the tensor In machine learning, the fundamental element of a computation graph is a Tensor.