How do you set up a stateful onnx model. #7398
Unanswered
JamesBowerXanda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to set up a simple stateful model in triton inference server to get used to the syntax. I would like to use a staeful onnx model with an RNN like structure. Here is some simple code to create the onnx file:
I would like to call the model from a python BLS model. For now lets say we will limit the batch_size to 1 and the input to the python model will be an integer called "iterations" which just says how many times to run the rnn. What do the configs and model.py file look like? I cannot find any examples online.
Beta Was this translation helpful? Give feedback.
All reactions