mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
### Description
Python code block on home page contained typo
Previous: outputs = session.run(None {"input": inputTensor})
Correction: outputs = session.run(None, {"input": inputTensor})
Fixes issue #21146
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
|
||
|---|---|---|
| .. | ||
| accelerate-pytorch | ||
| csharp | ||
| iot-edge | ||
| mobile | ||
| on-device-training | ||
| OpenVINO_EP_samples | ||
| web | ||
| api-basics.md | ||
| azureml.md | ||
| export-pytorch-model.md | ||
| huggingface.md | ||
| index.md | ||
| mnist_cpp.md | ||
| mnist_java.md | ||
| tensorflow.md | ||
| tf-get-started.md | ||
| traditional-ml.md | ||