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
As discussed at #105 (comment) we expecting at the moment that the output of the model is a numpy array, and we reshape its size with numpy methods. But in general ONNX seems to support other output as well.
One solution to support other outputs might be to convert the output to numpy with np.asarray().