microsoft / microsoft/onnxruntime-inference-examples
the augmented_model_path for quantization script needs to be update
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 414
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 14
Description
Regarding the recent update in quantize.py of onnxruntime, the augment_model_path has been changed to /tmp dir.

the corresponding augment_model_path in example script should also be updated accordingly.

https://github.com/microsoft/onnxruntime-inference-examples/blob/2b42b442526b9454d1e2d08caeb403e28a71da5f/quantization/image_classification/cpu/run.py#L29
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with quantization/image_classification/cpu/run.py at the linked line, then compare its augment_model_path handling with the updated quantize.py behavior described in the issue. Update the example path to match the current behavior and verify that the image-classification quantization example still runs with the expected augmented model location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100