onnxruntime
onnxruntime copied to clipboard
[Documentation] Typo in tutorials at the top of the official webpage
Describe the documentation issue
I think that there is a missing comma in the following Python code on the webpage:
Current: outputs = session.run(None {"input": inputTensor})
Correction: outputs = session.run(None, {"input": inputTensor})
I'm not sure if this is the appropriate place to report this, but I wanted to let you know.
Page / URL
https://onnxruntime.ai/