'Scan' operator runtime session error? #16253
-
Hello, I have been trying to run an onnxruntime inference session for the 'Scan' operator in onnx using the addition example given in the documentation : https://github.com/onnx/onnx/blob/main/docs/Operators.md#Scan When I try to run the session, I get the following error: Can anyone point me as to how I can solve this issue? The model also passes the checker test and I don't see any error there. Any help would be highly appreciated, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
How did you build your graph? These examples are of the onnx backend test and tested in onnx CI and onnxruntime CI (https://github.com/onnx/onnx/blob/main/onnx/test/test_backend_onnxruntime.py). |
Beta Was this translation helpful? Give feedback.
Hi, Thanks for your response, I was eventually able to use the scan operator to implement an LSTM network available here: https://github.com/fastmachinelearning/qonnx/blob/main/notebooks/4_quant_lstm.ipynb