onnx / onnx/models

No test input for shufflenetv2 and yolov4 from opset11.

Open
#360 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Jupyter Notebook
Stars
9.8k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

Which model does this pertain to?

shufflenetv2
yolov4

Describe the bug
  • there is no test input data for input and model test_shufflenetv2; Run failed:failed to initialize.;
  • there is no test input data for input input_1:0 and model yolov4 Run failed:failed to initialize.
Reproduction instructions

Run the model on Default CPU
ONNX Runtime Repository Used: onnxruntime
Branch: master
Build Command :

  • cd PATH/TO/onnxruntime/
  • ./build.sh --config RelWithDebInfo --build --update --build_wheel --parallel

Test Command
cd PATH/TO/onnxruntime/build/Linux/RelWithDebInfo

Run the executable onnxruntime_perf_test with following commands:

  • ./onnxruntime_perf_test -e cpu -m times -r 100 PATH/TO/SHUFFLENET/model.onnx
  • ./onnxruntime_perf_test -e cpu -m times -r 100 PATH/TO/yolov4/yolov4.onnx

System Information
Linux Ubuntu 18.04:
Onnxruntime

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 by reproducing the failure with onnxruntime_perf_test using the shufflenetv2 and yolov4 model paths and the Default CPU execution provider. Inspect how test inputs are expected for each model, then verify both commands initialize successfully with suitable input data.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, ubuntu
Domain
machine-learning, testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.