Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleSlim
提交
22ec8eae
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看板
未验证
提交
22ec8eae
编写于
12月 06, 2022
作者:
C
ceci3
提交者:
GitHub
12月 06, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update readme (#1576)
上级
53a34ed2
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
4 addition
and
2 deletion
+4
-2
example/auto_compression/README.md
example/auto_compression/README.md
+1
-0
example/auto_compression/image_classification/README.md
example/auto_compression/image_classification/README.md
+2
-2
example/auto_compression/nlp/README.md
example/auto_compression/nlp/README.md
+1
-0
未找到文件。
example/auto_compression/README.md
浏览文件 @
22ec8eae
...
...
@@ -81,6 +81,7 @@ ACT相比传统的模型压缩方法,
|
[
图像分类
](
./image_classification
)
| InceptionV3 | 79.14 | 78.32 | 4.79 | 1.47 |
**3.26**
| NVIDIA Tesla T4 |
|
[
图像分类
](
./image_classification
)
| EfficientNetB0 | 77.02 | 74.27 | 1.95 | 1.44 |
**1.35**
| NVIDIA Tesla T4 |
|
[
图像分类
](
./image_classification
)
| GhostNet_x1_0 | 74.02 | 72.62 | 2.93 | 1.03 |
**2.84**
| NVIDIA Tesla T4 |
|
[
图像分类
](
./image_classification
)
| ViT_base_patch16_224 | 81.89 | 82.05 | 367.17 | 51.70 |
**7.10**
| NVIDIA Tesla T4 |
|
[
语义分割
](
./semantic_segmentation
)
| PP-HumanSeg-Lite | 92.87 | 92.35 | 56.36 | 37.71 |
**1.49**
| SDM710 |
|
[
语义分割
](
./semantic_segmentation
)
| PP-LiteSeg | 77.04 | 76.93 | 1.43 | 1.16 |
**1.23**
| NVIDIA Tesla T4 |
|
[
语义分割
](
./semantic_segmentation
)
| HRNet | 78.97 | 78.90 | 8.188 | 5.812 |
**1.41**
| NVIDIA Tesla T4 |
...
...
example/auto_compression/image_classification/README.md
浏览文件 @
22ec8eae
...
...
@@ -45,8 +45,8 @@
| MobileNetV3_large_x1_0 | 量化+蒸馏 | 74.04 | - | 9.85 |
[
Config
](
./configs/MobileNetV3_large_x1_0/qat_dis.yaml
)
|
[
Model
](
https://paddle-slim-models.bj.bcebos.com/act/MobileNetV3_large_x1_0_QAT.tar
)
|
| MobileNetV3_large_x1_0_ssld | Baseline | 78.96 | - | 16.62 | - |
[
Model
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileNetV3_large_x1_0_ssld_infer.tar
)
|
| MobileNetV3_large_x1_0_ssld | 量化+蒸馏 | 77.17 | - | 9.85 |
[
Config
](
./configs/MobileNetV3_large_x1_0/qat_dis.yaml
)
|
[
Model
](
https://paddle-slim-models.bj.bcebos.com/act/MobileNetV3_large_x1_0_ssld_QAT.tar
)
|
| ViT_base_patch16_224 | Baseline | 81.89 |
-
| - | - |
[
Model
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/ViT_base_patch16_224_infer.tar
)
|
| ViT_base_patch16_224 | 量化+蒸馏 | 82.05 |
-
| - |
[
Config
](
./configs/VIT/qat_dis.yaml
)
|
[
Model
](
https://bj.bcebos.com/v1/paddle-slim-models/act/ViT_base_patch16_224_QAT.tar
)
|
| ViT_base_patch16_224 | Baseline | 81.89 |
367.17(batch_size=40)
| - | - |
[
Model
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/ViT_base_patch16_224_infer.tar
)
|
| ViT_base_patch16_224 | 量化+蒸馏 | 82.05 |
51.70(batch_size=40)
| - |
[
Config
](
./configs/VIT/qat_dis.yaml
)
|
[
Model
](
https://bj.bcebos.com/v1/paddle-slim-models/act/ViT_base_patch16_224_QAT.tar
)
|
-
ARM CPU 测试环境:
`SDM865(4xA77+4xA55)`
-
Nvidia GPU 测试环境:
...
...
example/auto_compression/nlp/README.md
浏览文件 @
22ec8eae
...
...
@@ -31,6 +31,7 @@
| ERNIE 3.0-Medium | 剪枝+量化训练| 74.17 | 56.84 | 59.75 | 80.54 | 76.03 | 76.97 | 80.80 | 72.16 |
| 模型 | 策略 | 报销工单数据 |
|:------:|:------:|:------:|
| UIE-base | Base模型 |
[
91.83
](
https://bj.bcebos.com/v1/paddle-slim-models/act/uie_base.tar
)
|
| UIE-base | 量化训练 |
[
95.80
](
https://bj.bcebos.com/v1/paddle-slim-models/act/uie_base_qat_model.tar
)
|
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录