ONNX

Open Neural Network Exchange

Inputs and outputs are created automatically when the model is loaded. Various models can be uploaded and linked with other components.

Load ONNX model.

Link input/inputs and output/outputs.

When the model has one input as a multi dimensional array, Array component or custom script which prepares data should be used before ONNX component.

Last updated