File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ PaddleSlim是一个专注于深度学习模型压缩的工具库,提供**低
28
28
<details >
29
29
<summary >2022.08.16:自动化压缩功能升级</summary >
30
30
- 支持直接加载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/ )
32
32
- 更新[ YOLO-Series自动化压缩模型库] ( example/auto_compression/pytorch_yolo_series )
33
33
34
34
| 模型 | 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
188
188
| 2.1.1 | 2.1.1 | >=2.8 |
189
189
| 2.3.0 | 2.3.0 | >=2.11 |
190
190
| 2.4.0 | 2.4.0 | >=2.11 |
191
+ | develop | develop | >=2.11 |
191
192
192
193
## 文档教程
193
194
@@ -202,6 +203,7 @@ python setup.py install
202
203
- [ 结构化剪枝] ( docs/zh_cn/quick_start/static/pruning_tutorial.md )
203
204
- [ 蒸馏] ( docs/zh_cn/quick_start/static/distillation_tutorial.md )
204
205
- [ 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 )
205
207
206
208
### 更多教程
207
209
You can’t perform that action at this time.
0 commit comments