[TGL][EHL][ADL]OpenVINO validation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
intel |
New
|
Undecided
|
Unassigned | ||
Lookout-canyon-series |
New
|
Undecided
|
Unassigned |
Bug Description
We propose to cover as much models in the reasonable time is to download models via Open Model Zoo and then run benchmarking application against them. As OMZ showcases models of different use cases (images, language processing etc.) we can select the representative set of models, starting from e.g. resnet, bert that are currently widely used in different HW programs. Later models set can be adjusted to fit our needs and time we have.
Steps to run :
• install OpenVINO from pip <Intel will share the openVINO package to be installed>
• download and convert model
• run benchmarking application
Python benchmarking application looks like:
cd /tmp
<Intel will share the benchmarking apps to be used>
pip3 install openvino --find-links=/tmp
pip3 install openvino-
omz_downloader --name alexnet # or resnet-50-tf or bert-base-ner or whatever from https:/
omz_converter --name alexnet --precision FP32 # models from intel scope does not require conversion
benchmark_app -m ./public/
C++ benchmarking application can be installed via apt as described at https:/
cd /opt/intel/
./build_samples.sh
cd ~/inference_
./benchmark_app -m /path/to/
Success Criteria: Successful execution of benchmark-app, nothing more (rely on zero exit code or run with -report_folder parameter that leads to generating statistics file in CSV format and check if “throughput” line contains some value).
description: | updated |
Changed in intel: | |
milestone: | adl-iotg → none |
For OpenVINO installation please follow the instructions from https:/ /pypi.org/ project/ openvino/ 2022.1. 0.dev20220131/