Skip to content

Commit

Permalink
Added "accuracy" value for "preset" parameter (openvinotoolkit#16016)
Browse files Browse the repository at this point in the history
Added "accuracy" value for "preset" parameter
  • Loading branch information
MaximProshin authored and andrei-cv committed Mar 21, 2023
1 parent 36f3b6f commit b0cfa04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/pot/docs/BestPractices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}
Expand Down

0 comments on commit b0cfa04

Please sign in to comment.