Skip to content

connect two onnx models as one #5006

@TMullerSG

Description

@TMullerSG

Hi, supposely i have two onnx models and i want to combine both of them to get the mean of the two output, how should i do?
for example:
x=onnx.load("x.onnx")
y=onnx.load("y.onnx")

i want to have one onnx model which give the same result as x+y

thanks for any help

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions