onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

[Documentation] Typo in tutorials at the top of the official webpage

Open mitsuse opened this issue 1 year ago • 0 comments

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/

mitsuse avatar Jun 23 '24 03:06 mitsuse