[Quantization] Update auto compression configs files. (#846)

* Fix links in readme

* Fix links in readme

* Update PPOCRv2/v3 examples

* Update auto compression configs
This commit is contained in:
yunyaoXYY
2022-12-11 14:16:13 +08:00
committed by GitHub
parent e877f0fd07
commit 29f034cf93
14 changed files with 23 additions and 28 deletions

View File

@@ -26,7 +26,7 @@ Distillation:
alpha: 1.0 #Distillation loss weight
loss: soft_label #Distillation loss algorithm
Quantization:
QuantAware:
onnx_format: true #Whether to use ONNX quantization standard format or not, must be true to deploy on FastDeploy
use_pact: true #Whether to use the PACT method for training
activation_quantize_type: 'moving_average_abs_max' #Activations quantization methods