You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: models/intel/index.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,12 +243,6 @@ The table [Intel's Pre-Trained Models Device Support](./device_support.md) summa
243
243
244
244
The models can be downloaded via [Model Downloader](../../tools/model_tools/README.md).
245
245
246
-
> **TIP**: You also can download and profile Intel® pretrained models inside the OpenVINO™ [Deep Learning Workbench](@ref workbench_docs_Workbench_DG_Introduction) (DL Workbench).
247
-
> [DL Workbench](@ref workbench_docs_Workbench_DG_Introduction) is a platform built upon OpenVINO™ and provides a web-based graphical environment that enables you to optimize, fine-tune, analyze, visualize, and compare
248
-
> performance of deep learning models on various Intel® architecture
249
-
> configurations. In the DL Workbench, you can use most of OpenVINO™ toolkit components.
250
-
> <br>
251
-
> Proceed to an [easy installation from Docker](@ref workbench_docs_Workbench_DG_Run_Locally) to get started.
Copy file name to clipboardExpand all lines: tools/accuracy_checker/README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,6 @@ The Accuracy Checker is an extensible, flexible and configurable Deep Learning a
33
33
34
34
## Installation
35
35
36
-
> **TIP**: You also can work with the Accuracy Checker inside the OpenVINO™ [Deep Learning Workbench](@ref workbench_docs_Workbench_DG_Introduction) (DL Workbench).
37
-
> [DL Workbench](@ref workbench_docs_Workbench_DG_Introduction) is a platform built upon OpenVINO™ and provides a web-based graphical environment that enables you to optimize, fine-tune, analyze, visualize, and compare
38
-
> performance of deep learning models on various Intel® architecture
39
-
> configurations. In the DL Workbench, you can use most of OpenVINO™ toolkit components.
40
-
> <br>
41
-
> Proceed to an [easy installation from Docker](@ref workbench_docs_Workbench_DG_Run_Locally) to get started.
42
-
43
36
### Prerequisites
44
37
45
38
Install prerequisites first:
@@ -111,6 +104,7 @@ python setup.py install_core
111
104
112
105
When previous version of the tool is already installed in the environment, in some cases, it can broke the new installation.
113
106
If you get a directory/file not found error, try manually removing the previous tool version from your environment or install the tool using following command in Accuracy Checker directory instead of setup.py install:
Accuracy Checker tool has an entry point for running in CLI, however, the majority of popular code editors or integrated development environments (IDEs) expect scripts as the starting point of application.
121
115
Sometimes it can be useful to run the tool as a script for debugging or enabling new models.
122
116
To use Accuracy Checker inside the IDE, you need to create a script in accuracy_checker root directory, for example, `<open_model_zoo>/tools/accuracy_checker/main.py`, with the following code:
117
+
123
118
```python
124
119
from openvino.tools.accuracy_checker.main import main
0 commit comments