From 937518f18fdd27ca7124fa318191d095256edb0f Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Mon, 22 Aug 2022 15:35:58 +0800 Subject: [PATCH] Update README.md --- example/auto_compression/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/auto_compression/README.md b/example/auto_compression/README.md index 5e17222a..12c86c17 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倍。

-- GitLab