Replies: 1 comment 2 replies
-
model.zip |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have exported my LSTM-based model from python. I can call it using:
This outputs:
The
sessions
is aList
ofnp.ndarrays
of shape (6, 117). How do I pass a list in onnxruntime-web?What I've tried so far:
I get the output:
Beta Was this translation helpful? Give feedback.
All reactions