From b0cfa04e672b2b8b233db769abc4f362207d5508 Mon Sep 17 00:00:00 2001 From: Maksim Proshin Date: Thu, 9 Mar 2023 14:59:29 +0400 Subject: [PATCH] Added "accuracy" value for "preset" parameter (#16016) Added "accuracy" value for "preset" parameter --- tools/pot/docs/BestPractices.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pot/docs/BestPractices.md b/tools/pot/docs/BestPractices.md index 41a26177ad9130..a64470209fea30 100644 --- a/tools/pot/docs/BestPractices.md +++ b/tools/pot/docs/BestPractices.md @@ -29,6 +29,7 @@ Parameters of the Default Quantization algorithm with basic settings are present # the quantization scheme. For the CPU: # performance - symmetric quantization of weights and activations. # mixed - symmetric weights and asymmetric activations. + # accuracy - the same as "mixed" for CPU, GPU, and GNA devices; asymmetric weights and activations for VPU device. "stat_subset_size": 300 # Size of subset to calculate activations statistics that can be used # for quantization parameters calculation. }