Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit e1e5a1d

Browse files
authored
[87780] Fix link to POT in docs (#136)
1 parent 1b75ac8 commit e1e5a1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Workbench_DG/Export_Project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can download an archive with artifacts of your project:
66
* Dataset
77
* Accuracy measurement configuration delivered as a valid configuration file for the
88
[Accuracy Checker](https://docs.openvino.ai/latest/omz_tools_accuracy_checker.html)
9-
* [Post-training Optimization Tool](https://docs.openvino.ai/latest/pot_README.html) calibration configuration file
9+
* [Post-training Optimization Tool](@ref pot_introduction) calibration configuration file
1010

1111
A downloaded archive also contains information on the project and best model performance.
1212

docs/Workbench_DG/Overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Component | Description
7474
| [Model Optimizer](https://docs.openvinotoolkit.org/latest/openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide.html) |Optimize and transform models trained in supported frameworks to the IR format. <br>Supported frameworks include TensorFlow\*, Caffe\*, Kaldi\*, MXNet\*, and ONNX\* format.
7575
| [Benchmark Tool](https://docs.openvinotoolkit.org/latest/openvino_inference_engine_tools_benchmark_tool_README.html)| Estimate deep learning model inference performance on supported devices.
7676
| [Accuracy Checker](https://docs.openvinotoolkit.org/latest/omz_tools_accuracy_checker.html)| Evaluate the accuracy of a model by collecting one or several metric values.
77-
| [Post-Training Optimization Tool](https://docs.openvinotoolkit.org/latest/pot_README.html)| Optimize pretrained models with lowering the precision of a model from floating-point precision(FP32 or FP16) to integer precision (INT8), without the need to retrain or fine-tune models. |
77+
| [Post-Training Optimization Tool](@ref pot_introduction)| Optimize pretrained models with lowering the precision of a model from floating-point precision(FP32 or FP16) to integer precision (INT8), without the need to retrain or fine-tune models. |
7878

7979

8080
@sphinxdirective

0 commit comments

Comments
 (0)