Published onOctober 1, 2024Defining ONNX graphs with ndonnxonnxarray-apinumpyndonnxndonnx is an ONNX-backed Python array library that implements the Array API standard. It aims to simplify the transfer of models from research to production.
Published onAugust 9, 2024Persisting and running machine learning models with ONNXonnxpythonmlopsspoxarray-apindonnxIntroduction into ONNX, an open-source specification that allows us to persist the state of a trained model as well as its inference logic.
Published onSeptember 3, 2024Defining ONNX graphs with Spoxonnxpythonmlopsspoxarray-apindonnxSpox provides an efficient and Pythonic way to define ONNX graphs.