Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleSlim
提交
aa336f5f
P
PaddleSlim
项目概览
PaddlePaddle
/
PaddleSlim
1 年多 前同步成功
通知
51
Star
1434
Fork
344
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
53
列表
看板
标记
里程碑
合并请求
16
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleSlim
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
53
Issue
53
列表
看板
标记
里程碑
合并请求
16
合并请求
16
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
aa336f5f
编写于
6月 30, 2022
作者:
G
Guanghua Yu
提交者:
GitHub
6月 30, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update act detection config (#1211)
上级
f8365ada
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
10 addition
and
8 deletion
+10
-8
demo/auto_compression/detection/configs/ppyoloe_l_qat_dis.yaml
...auto_compression/detection/configs/ppyoloe_l_qat_dis.yaml
+7
-2
demo/auto_compression/pytorch_yolov5/README.md
demo/auto_compression/pytorch_yolov5/README.md
+1
-1
demo/auto_compression/pytorch_yolov5/configs/yolov5s_qat_dis.yaml
...o_compression/pytorch_yolov5/configs/yolov5s_qat_dis.yaml
+1
-5
paddleslim/auto_compression/compressor.py
paddleslim/auto_compression/compressor.py
+1
-0
未找到文件。
demo/auto_compression/detection/configs/ppyoloe_l_qat_dis.yaml
浏览文件 @
aa336f5f
...
...
@@ -8,13 +8,15 @@ Global:
params_filename
:
model.pdiparams
Distillation
:
alpha
:
1.0
loss
:
l2
node
:
-
concat_15.tmp_0
-
concat_14.tmp_0
Quantization
:
use_pact
:
true
activation_quantize_type
:
'
ran
ge_abs_max'
activation_quantize_type
:
'
moving_avera
ge_abs_max'
quantize_op_types
:
-
conv2d
-
depthwise_conv2d
...
...
@@ -22,7 +24,10 @@ Quantization:
TrainConfig
:
train_iter
:
3000
eval_iter
:
1000
learning_rate
:
0.00001
learning_rate
:
type
:
CosineAnnealingDecay
learning_rate
:
0.00003
T_max
:
5000
optimizer_builder
:
optimizer
:
type
:
SGD
...
...
demo/auto_compression/pytorch_yolov5/README.md
浏览文件 @
aa336f5f
...
...
@@ -23,7 +23,7 @@
| 模型 | 策略 | 输入尺寸 | mAP
<sup>
val
<br>
0.5:0.95 | 预测时延
<sup><small>
FP32
</small><sup><br><sup>
(ms) |预测时延
<sup><small>
FP16
</small><sup><br><sup>
(ms) | 预测时延
<sup><small>
INT8
</small><sup><br><sup>
(ms) | 配置文件 | Inference模型 |
| :-------- |:-------- |:--------: | :---------------------: | :----------------: | :----------------: | :---------------: | :-----------------------------: | :-----------------------------: |
| YOLOv5s | Base模型 | 640
*
640 | 37.4 | 7.8ms | 4.3ms | - | - |
[
Model
](
https://bj.bcebos.com/v1/paddle-slim-models/detection/yolov5s_infer.tar
)
|
| YOLOv5s | 量化+蒸馏 | 640
*
640 | 36.
5
| - | - | 3.4ms |
[
config
](
./configs/yolov5s_qat_dis.yaml
)
|
[
Model
](
https://bj.bcebos.com/v1/paddle-slim-models/act/yolov5s_quant.tar
)
|
| YOLOv5s | 量化+蒸馏 | 640
*
640 | 36.
8
| - | - | 3.4ms |
[
config
](
./configs/yolov5s_qat_dis.yaml
)
|
[
Model
](
https://bj.bcebos.com/v1/paddle-slim-models/act/yolov5s_quant.tar
)
|
说明:
-
mAP的指标均在COCO val2017数据集中评测得到。
...
...
demo/auto_compression/pytorch_yolov5/configs/yolov5s_qat_dis.yaml
浏览文件 @
aa336f5f
...
...
@@ -11,14 +11,10 @@ Global:
Distillation
:
alpha
:
1.0
loss
:
l2
node
:
-
conv2d_106.tmp_1
-
conv2d_113.tmp_1
-
conv2d_119.tmp_1
Quantization
:
use_pact
:
true
activation_quantize_type
:
'
ran
ge_abs_max'
activation_quantize_type
:
'
moving_avera
ge_abs_max'
quantize_op_types
:
-
conv2d
-
depthwise_conv2d
...
...
paddleslim/auto_compression/compressor.py
浏览文件 @
aa336f5f
...
...
@@ -766,6 +766,7 @@ class AutoCompression:
"Not set eval function, so unable to test accuracy performance."
)
if
train_config
.
train_iter
and
total_train_iter
>=
train_config
.
train_iter
:
epoch_id
=
total_epochs
break
if
'unstructure'
in
self
.
_strategy
or
train_config
.
sparse_model
:
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录