Dataguess
v0.2.1
v0.2.1
  • Welcome
  • Getting Started
    • Installation
      • Windows Installation
      • Linux Installation
    • Activation
  • REFERENCES
    • Workstation
    • Workgroup
    • Dataflow
    • Components
      • Core Concepts
        • Scheduler
        • Synchronizing Ports
        • Import / Export Ports
        • Forwarding Inputs
      • Inputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • OPC UA
        • TwinCAT
        • EtherNet/IP
      • Outputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • CSV
        • JSON
        • InfluxDB
        • OPC UA
        • TwinCAT
        • Data Watch
      • Function
        • Math & Logic
        • Array Functions
        • Type Conversion
        • To JSON
        • From JSON
        • Array
        • Timer
      • API
        • HTTP
      • Server
        • HTTP Server
      • Script
        • Python Script Editor
      • Ai
        • ONNX
        • Scikit Learn
  • Use Cases
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. REFERENCES
  2. Components
  3. Ai

ONNX

Open Neural Network Exchange

PreviousAiNextScikit Learn

Last updated 3 years ago

Was this helpful?

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.