Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleSlim
提交
2fd40962
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看板
未验证
提交
2fd40962
编写于
3月 24, 2023
作者:
Z
zhouzj
提交者:
GitHub
3月 24, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update SMAC version requirements (#1684)
上级
e2b5c162
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
25 addition
and
21 deletion
+25
-21
example/auto_compression/image_classification/README.md
example/auto_compression/image_classification/README.md
+14
-12
example/auto_compression/image_classification/configs/PPHGNet_tiny/qat_dis.yaml
...on/image_classification/configs/PPHGNet_tiny/qat_dis.yaml
+3
-5
example/auto_compression/semantic_segmentation/configs/pp_humanseg/pp_humanseg_qat.yaml
...tic_segmentation/configs/pp_humanseg/pp_humanseg_qat.yaml
+1
-1
paddleslim/analysis/latency_predictor.py
paddleslim/analysis/latency_predictor.py
+2
-1
paddleslim/quant/post_quant_hpo.py
paddleslim/quant/post_quant_hpo.py
+5
-2
未找到文件。
example/auto_compression/image_classification/README.md
浏览文件 @
2fd40962
# 图像分类模型自动压缩示例
目录:
-
[
1. 简介
](
#1简介
)
-
[
2. Benchmark
](
#2Benchmark
)
-
[
3. 自动压缩流程
](
#自动压缩流程
)
-
[
3.1 准备环境
](
#31-准备准备
)
-
[
3.2 准备数据集
](
#32-准备数据集
)
-
[
3.3 准备预测模型
](
#33-准备预测模型
)
-
[
3.4 自动压缩并产出模型
](
#34-自动压缩并产出模型
)
-
[
4. 预测部署
](
#4预测部署
)
-
[
4.1 Python预测推理
](
#41-Python预测推理
)
-
[
4.2 PaddleLite端侧部署
](
#42-PaddleLite端侧部署
)
-
[
5. FAQ
](
5FAQ
)
-
[
图像分类模型自动压缩示例
](
#图像分类模型自动压缩示例
)
-
[
1. 简介
](
#1-简介
)
-
[
2. Benchmark
](
#2-benchmark
)
-
[
PaddleClas模型
](
#paddleclas模型
)
-
[
3. 自动压缩流程
](
#3-自动压缩流程
)
-
[
3.1 准备环境
](
#31-准备环境
)
-
[
3.2 准备数据集
](
#32-准备数据集
)
-
[
3.3 准备预测模型
](
#33-准备预测模型
)
-
[
3.4 自动压缩并产出模型
](
#34-自动压缩并产出模型
)
-
[
4.预测部署
](
#4预测部署
)
-
[
4.1 Paddle Inference 验证性能
](
#41-paddle-inference-验证性能
)
-
[
4.2 PaddleLite端侧部署
](
#42-paddlelite端侧部署
)
-
[
5.FAQ
](
#5faq
)
## 1. 简介
...
...
@@ -34,7 +36,7 @@
| PPLCNetV2_base | Baseline | 76.86 | - | 36.50 | - |
[
Model
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/PPLCNetV2_base_infer.tar
)
|
| PPLCNetV2_base | 量化+蒸馏 | 76.39 | - | 15.79 |
[
Config
](
./configs/PPLCNetV2_base/qat_dis.yaml
)
|
[
Model
](
https://paddle-slim-models.bj.bcebos.com/act/PPLCNetV2_base_QAT.tar
)
|
| PPHGNet_tiny | Baseline | 79.59 | 2.82 | - | - |
[
Model
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/PPHGNet_tiny_infer.tar
)
|
| PPHGNet_tiny | 量化+蒸馏 | 7
9.24
| 0.98 | - |
[
Config
](
./configs/PPHGNet_tiny/qat_dis.yaml
)
|
[
Model
](
https://paddle-slim-models.bj.bcebos.com/act/PPHGNet_tiny_QAT.tar
)
|
| PPHGNet_tiny | 量化+蒸馏 | 7
8.86
| 0.98 | - |
[
Config
](
./configs/PPHGNet_tiny/qat_dis.yaml
)
|
[
Model
](
https://paddle-slim-models.bj.bcebos.com/act/PPHGNet_tiny_QAT.tar
)
|
| InceptionV3 | Baseline | 79.14 | 4.79 | - | - |
[
Model
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/InceptionV3_infer.tar
)
|
| InceptionV3 | 量化+蒸馏 | 78.32 | 1.47 | - |
[
Config
](
./configs/InceptionV3/qat_dis.yaml
)
|
[
Model
](
https://paddle-slim-models.bj.bcebos.com/act/InceptionV3_QAT.tar
)
|
| EfficientNetB0 | Baseline | 77.02 | 1.95 | - | - |
[
Model
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/EfficientNetB0_infer.tar
)
|
...
...
example/auto_compression/image_classification/configs/PPHGNet_tiny/qat_dis.yaml
浏览文件 @
2fd40962
...
...
@@ -7,9 +7,7 @@ Global:
Distillation
:
alpha
:
1.0
loss
:
l2
node
:
-
softmax_1.tmp_0
loss
:
soft_label
QuantAware
:
use_pact
:
true
...
...
@@ -29,10 +27,10 @@ QuantAware:
TrainConfig
:
epochs
:
1
eval_iter
:
500
eval_iter
:
500
0
learning_rate
:
type
:
CosineAnnealingDecay
learning_rate
:
0.0
15
learning_rate
:
0.0
01
optimizer_builder
:
optimizer
:
type
:
Momentum
...
...
example/auto_compression/semantic_segmentation/configs/pp_humanseg/pp_humanseg_qat.yaml
浏览文件 @
2fd40962
...
...
@@ -19,7 +19,7 @@ QuantAware:
TrainConfig
:
epochs
:
1
eval_iter
:
400
learning_rate
:
0.0005
learning_rate
:
0.000
0
5
optimizer_builder
:
optimizer
:
type
:
SGD
...
...
paddleslim/analysis/latency_predictor.py
浏览文件 @
2fd40962
...
...
@@ -104,7 +104,8 @@ class TableLatencyPredictor(LatencyPredictor):
_logger
.
info
(
"pip install paddleslim-opt-tools"
)
out
=
shutil
.
which
(
'paddle_lite_opt'
)
if
out
is
None
:
pip
.
main
([
'install'
,
'paddleslim-opt-tools'
])
from
pip._internal
import
main
main
([
'install'
,
'paddleslim-opt-tools'
])
def
_initial_table
(
self
):
if
self
.
table_file
in
TableLatencyPredictor
.
hardware_list
:
...
...
paddleslim/quant/post_quant_hpo.py
浏览文件 @
2fd40962
...
...
@@ -415,9 +415,12 @@ def quant_post_hpo(
try
:
import
smac
assert
smac
.
version
==
'1.4.0'
except
:
os
.
system
(
'python -m pip install -U smac'
)
# smac
_logger
.
warning
(
"smac==1.4.0 is required, please use
\"
pip install smac==1.4.0
\"
."
)
os
.
system
(
'python -m pip install smac==1.4.0'
)
from
ConfigSpace.hyperparameters
import
CategoricalHyperparameter
,
\
UniformFloatHyperparameter
,
UniformIntegerHyperparameter
from
smac.configspace
import
ConfigurationSpace
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录