Inception v2 accuracy is 0
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 9.8k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to run inference on inception_v2 onnx model. I tested all the opset versions in the model zoo. While sample test cases match the reference data, the accuracy is 0.
By looking the input_*.pb, the data range seems to be 0-255 float(i.e. no preprocessing).
Has anybody been able to get the quoted accuracy for inception_v2?
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 the inception_v2 model-zoo entry, its input_*.pb files, and the sample test cases that match the reference data. Compare the model's expected input range and preprocessing with the inference inputs across the available opset versions. Done means identifying the cause of the zero accuracy and documenting or correcting the preprocessing needed to reproduce the quoted accuracy.
Written by the indexing model from the issue text.
Assessment
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100