This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
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.
archive notice
OpenVINO Deep Learning Workbench Pull Request
All Submissions:
Submissions with migration changes:
Submissions with dependencies changes:
dependencies/edge_node_setup.py
. Ask artyomtugaryov or akashchi for more details.Submissions with Netron-related changes:
npm run init-netron
from theclient
directory to check copying Netron sourcesnode_modules
directorynpm i
)npm run init-netron
from theclient
directory)Submissions that contain model-analyzer changes:
Submissions that contain update of the OpenVINO package and image:
Template:
[Issue Number for Transition] Transition to the new package (<package number>, <WW>.<day number>`<YY>[, RC#(number of release candidate])
.Example:
[CI] Transition to the new package (#170, ww49.5`20, RC#2)
openvino_image
inopenvino_version.yml
in the private CI repositorydependencies/edge_node_setup.py
. Ask artyomtugaryov or akashchi for more details.Example:
GREEN
.Example:
GREEN
. Custom deployment does not happen automatically.Therefore, there is a need to trigger it manually. Ask SalnikovIgor or akashchi for more details.
Example:
GREEN
.Glossary
Assignee - Assignee is the single person whose review you require. Feel free as many reviewers
to the PR. Reviewer is a person who will benefit from being aware of the proposed changes
or whose opinion you want to know. Rule: keep single assignee.
JIRA ticket. At least one ticket that current PR addresses. Do not include project code. For example: 12345.
Available commands in pull request comments
/bump:client
- bump to latest master branch in client submodule/bump:client:releases/2021/4
- bump to latest releases/2021/4 branch in client submodule/bump:client:yatarkan:feature/yt/feature-name
- bump to latest feature/yt/feature-name branch from yatarkan remote fork in client submodule/update
- merge base (target) branch into target branch and push changes