-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for sequence/map types #30
Comments
Could you share your |
The error occurs because the graph contains an output with type |
is there a workaround for this? This is a Logistic Regression model trained with random data for test purposes |
Not at the moment, no |
To anyone who might face a similar problem, there's a quick solution: when serializing the model to the onnx format, remember to "deactivate" the ZipMap, in python pass the
|
@decahedron1 Did my PR(#102) close the issue? Or I forgot about something? |
@ikrivosheev All that's required after #102 is just the logic to convert between ORT |
@decahedron1 sorry for the delay... I worked on other problem. Do you need help with release 2.0? I saw, that you already added convert logic. |
I'm trying to execute the code below
But i'm getting the Error: PointerShouldBeNull("CastTypeInfoToTensorInfo")
I googled it but didn't find a thing, could anyone help?
The text was updated successfully, but these errors were encountered: