[DOCS] Update reference in quantization_w_accuracy_control.md (#21337)

* Update quantization_w_accuracy_control.md

avoid 404

* Update quantization_w_accuracy_control.md
This commit is contained in:
Maksim Proshin 2023-11-29 12:40:25 +04:00 committed by GitHub
parent f3fe6b3f00
commit 39ba1ed03f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ If the accuracy or performance of the quantized model is not satisfactory, you c
Examples of NNCF post-training quantization with control of accuracy metric:
#############################################################################
* `Post-Training Quantization of Anomaly Classification OpenVINO model with control of accuracy metric <https://github.com/openvinotoolkit/nncf/blob/develop/examples/post_training_quantization/openvino/quantize_with_accuracy_control>`__
* `Post-Training Quantization of Anomaly Classification OpenVINO model with control of accuracy metric <https://github.com/openvinotoolkit/nncf/blob/develop/examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control>`__
* `Post-Training Quantization of YOLOv8 OpenVINO Model with control of accuracy metric <https://github.com/openvinotoolkit/nncf/blob/develop/examples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control>`__
See also