ONNX: Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
Maxim@tygron.com (talk | contribs)
No edit summary
No edit summary
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
The Open [Neural Network] Exchange (ONNX)<ref name="ONNX"/> is an open-source artificial intelligence format for among other things representing machine learning algorithms.
The Open [[Neural Network]] Exchange (ONNX)<ref name="ONNX"/> is an open-source artificial intelligence format for among other things representing machine learning algorithms.
The ONNX file format can be used as an input for the [[Inference Overlay]].
The ONNX file format can be exported from [[PyTorch]] and used as an input for the [[Inference Overlay]].
 
Dragging an ONNX file onto the Tygron Client Application allows you to:
* Import it as a [[Neural Network]] in your project
* Import it with a new [[Inference Overlay]]. This also imports it as a new Neural Network and configures it automatically for the newly added Inference Overlay


{{article end
{{article end

Revision as of 15:07, 28 January 2025

The Open Neural Network Exchange (ONNX)[1] is an open-source artificial intelligence format for among other things representing machine learning algorithms. The ONNX file format can be exported from PyTorch and used as an input for the Inference Overlay.

Dragging an ONNX file onto the Tygron Client Application allows you to:

  • Import it as a Neural Network in your project
  • Import it with a new Inference Overlay. This also imports it as a new Neural Network and configures it automatically for the newly added Inference Overlay

References

  1. ONNX ∙ found at: https://onnx.ai/ (last visited: 2024-09-21)