Skip to content

Commit 561677d

Browse files
authoredMar 9, 2023
Update README.md
1 parent 663b508 commit 561677d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PaddleSlim是一个专注于深度学习模型压缩的工具库,提供**低
2828
<details>
2929
<summary>2022.08.16:自动化压缩功能升级</summary>
3030
- 支持直接加载ONNX模型和Paddle模型导出至ONNX
31-
- 发布[量化分析工具](https://github.com/PaddlePaddle/PaddleSlim/blob/develop/docs/zh_cn/tutorials/quant/AnalysisQuant.md),发布[YOLO系列离线量化工具](example/post_training_quantization/pytorch_yolo_series/)
31+
- 发布量化分析工具,发布[YOLO系列离线量化工具](example/post_training_quantization/pytorch_yolo_series/)
3232
- 更新[YOLO-Series自动化压缩模型库](example/auto_compression/pytorch_yolo_series)
3333

3434
| 模型 | Base mAP<sup>val<br>0.5:0.95 | ACT量化mAP<sup>val<br>0.5:0.95 | 模型体积压缩比 | 预测时延<sup><small>FP32</small><sup><br><sup> | 预测时延<sup><small>INT8</small><sup><br><sup> | 预测加速比 |
@@ -188,6 +188,7 @@ python setup.py install
188188
| 2.1.1 | 2.1.1 | >=2.8 |
189189
| 2.3.0 | 2.3.0 | >=2.11 |
190190
| 2.4.0 | 2.4.0 | >=2.11 |
191+
| develop | develop | >=2.11 |
191192

192193
## 文档教程
193194

@@ -202,6 +203,7 @@ python setup.py install
202203
- [结构化剪枝](docs/zh_cn/quick_start/static/pruning_tutorial.md)
203204
- [蒸馏](docs/zh_cn/quick_start/static/distillation_tutorial.md)
204205
- [NAS](docs/zh_cn/quick_start/static/nas_tutorial.md)
206+
- [量化分析工具](https://github.com/PaddlePaddle/PaddleSlim/blob/develop/docs/zh_cn/tutorials/quant/AnalysisPTQ.md)
205207

206208
### 更多教程
207209

0 commit comments

Comments
 (0)
Please sign in to comment.