You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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