onnx / onnx/models

Inception v2 accuracy is 0

Open
#210 4 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.