diff --git a/example/auto_compression/README.md b/example/auto_compression/README.md index 5e17222acad49e1ecc18677d6b46afe568e5bf33..12c86c1730acc9b199a056709e586903f7b03185 100644 --- a/example/auto_compression/README.md +++ b/example/auto_compression/README.md @@ -55,7 +55,7 @@ PaddleSlim推出全新自动化压缩工具(Auto Compression Toolkit, ACT) ACT相比传统的模型压缩方法, - 代码量减少 50% 以上 -- 压缩精度与手工压缩基本持平。在 PP-YOLOE 模型上,效果还优于手动压缩, +- 压缩精度与手工压缩基本持平。在 **[PP-YOLOE](https://github.com/PaddlePaddle/PaddleSlim/tree/develop/example/auto_compression/detection)** 模型上,效果优于手动压缩 - 自动化压缩后的推理性能收益与手工压缩持平,相比压缩前,推理速度可以提升1.4~7.1倍。