[Stress] Enable OMZ info_dumper.py in get_testdata.py#1485
Merged
vurusovs merged 7 commits intoopenvinotoolkit:masterfrom Jul 31, 2020
Merged
[Stress] Enable OMZ info_dumper.py in get_testdata.py#1485vurusovs merged 7 commits intoopenvinotoolkit:masterfrom
vurusovs merged 7 commits intoopenvinotoolkit:masterfrom
Conversation
d4561c0 to
262a807
Compare
vurusovs
commented
Jul 28, 2020
vurusovs
commented
Jul 28, 2020
262a807 to
de8cf10
Compare
asomsiko
suggested changes
Jul 28, 2020
de8cf10 to
168b185
Compare
3048e9b to
cb86490
Compare
asomsiko
approved these changes
Jul 29, 2020
7ecd39c to
d2cb1db
Compare
Contributor
Author
|
Think about config validators (for a manual run):
|
vurusovs
commented
Jul 30, 2020
1. Removed env configs due deprecation 2. Moved test configs to a new format
d2cb1db to
79ee848
Compare
ilya-lavrenov
pushed a commit
to ilya-lavrenov/openvino
that referenced
this pull request
Jul 31, 2020
…t#1485) * [Stress] Support OMZ model_info.py in get_testdata.py * [Stress] Copy IRs from OMZ models folder to IRs folder * [Stress] Support modified configs in C++ tests * [Stress] Deprecate support of --env_conf due refactoring of configs * [Stress] Update configs: 1. Removed env configs due deprecation 2. Moved test configs to a new format * [Stress] Extend MemCheck records with info from test config
RomanZm
pushed a commit
to RomanZm/openvino
that referenced
this pull request
Aug 28, 2020
…t#1485) * [Stress] Support OMZ model_info.py in get_testdata.py * [Stress] Copy IRs from OMZ models folder to IRs folder * [Stress] Support modified configs in C++ tests * [Stress] Deprecate support of --env_conf due refactoring of configs * [Stress] Update configs: 1. Removed env configs due deprecation 2. Moved test configs to a new format * [Stress] Extend MemCheck records with info from test config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use of OMZ info_dumper.py required to avoid hardcoded paths and get more information about every model (such as framework, precisions etc.)
Details:
Requirements for test configs:
Note: If "source" == "omz" but "name" isn't available in OMZ, that record will be removed from test config to prevent exception in C++ part (see point 1)