Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
18840f1f
P
PaddleClas
项目概览
PaddlePaddle
/
PaddleClas
1 年多 前同步成功
通知
116
Star
4999
Fork
1114
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
6
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleClas
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
6
合并请求
6
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
18840f1f
编写于
11月 24, 2020
作者:
C
cuicheng01
提交者:
GitHub
11月 24, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add GhostNet_x1_3_ssld_pretrained in dygraph branch. (#419)
add GhostNet_x1_3_ssld_pretrained
上级
6abaa0c8
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
16 addition
and
0 deletion
+16
-0
README.md
README.md
+2
-0
README_cn.md
README_cn.md
+2
-0
docs/en/models/Mobile_en.md
docs/en/models/Mobile_en.md
+2
-0
docs/en/models/models_intro_en.md
docs/en/models/models_intro_en.md
+1
-0
docs/en/update_history_en.md
docs/en/update_history_en.md
+3
-0
docs/zh_CN/models/Mobile.md
docs/zh_CN/models/Mobile.md
+2
-0
docs/zh_CN/models/models_intro.md
docs/zh_CN/models/models_intro.md
+1
-0
docs/zh_CN/update_history.md
docs/zh_CN/update_history.md
+3
-0
未找到文件。
README.md
浏览文件 @
18840f1f
...
...
@@ -7,6 +7,7 @@
PaddleClas is a toolset for image classification tasks prepared for the industry and academia. It helps users train better computer vision models and apply them in real scenarios.
**Recent update**
-
2020.11.23 Add
`GhostNet_x1_3_ssld`
pretrained model, whose Top-1 Acc on ImageNet-1k dataset reaches 79.38%.
-
2020.11.09 Add
`InceptionV3`
architecture and pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 79.1%.
-
2020.09.17 Add
`Res2Net50_vd_26w_4s_ssld`
pretrained model, whose Top-1 Acc on ImageNet-1k dataset reaches 83.1%. Add
`Res2Net101_vd_26w_4s_ssld`
pretrained model, whose Top-1 Acc on ImageNet-1k dataset reaches 83.9%.
-
2020.10.12 Add Paddle-Lite demo。
...
...
@@ -184,6 +185,7 @@ Accuracy and inference time metrics of Mobile series models are shown as follows
| GhostNet_
<br>
x0_5 | 0.6688 | 0.8695 | 5.7143 | 0.082 | 2.6 | 10 |
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x0_5_pretrained.pdparams
)
|
| GhostNet_
<br>
x1_0 | 0.7402 | 0.9165 | 13.5587 | 0.294 | 5.2 | 20 |
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_0_pretrained.pdparams
)
|
| GhostNet_
<br>
x1_3 | 0.7579 | 0.9254 | 19.9825 | 0.44 | 7.3 | 29 |
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_3_pretrained.pdparams
)
|
| GhostNet_
<br>
x1_3_ssld | 0.7938 | 0.9449 | 19.9825 | 0.44 | 7.3 | 29 |
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_3_ssld_pretrained.tar
)
|
<a
name=
"SEResNeXt_and_Res2Net_series"
></a>
...
...
README_cn.md
浏览文件 @
18840f1f
...
...
@@ -8,6 +8,7 @@
**近期更新**
-
2020.11.23 添加
`GhostNet_x1_3_ssld `
模型,在ImageNet-1k上Top-1 Acc可达79.38%。
-
2020.11.18 添加图像分类
[
常见问题2020第一季第三期
](
./docs/zh_CN/faq_series/faq_2020_s1.md
)
5个新问题,并且计划以后每周会更新,欢迎大家持续关注。
-
2020.11.09 添加
`InceptionV3 `
结构和模型,在ImageNet-1k上Top-1 Acc可达79.14%。
-
2020.10.20 添加
`Res2Net50_vd_26w_4s_ssld `
模型,在ImageNet-1k上Top-1 Acc可达83.1%;添加
`Res2Net101_vd_26w_4s_ssld `
模型,在ImageNet-1k上Top-1 Acc可达83.9%。
...
...
@@ -186,6 +187,7 @@ ResNet及其Vd系列模型的精度、速度指标如下表所示,更多关于
| GhostNet_
<br>
x0_5 | 0.6688 | 0.8695 | 5.7143 | 0.082 | 2.6 | 10 |
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x0_5_pretrained.pdparams
)
|
| GhostNet_
<br>
x1_0 | 0.7402 | 0.9165 | 13.5587 | 0.294 | 5.2 | 20 |
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_0_pretrained.pdparams
)
|
| GhostNet_
<br>
x1_3 | 0.7579 | 0.9254 | 19.9825 | 0.44 | 7.3 | 29 |
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_3_pretrained.pdparams
)
|
| GhostNet_
<br>
x1_3_ssld | 0.7938 | 0.9449 | 19.9825 | 0.44 | 7.3 | 29 |
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_3_ssld_pretrained.tar
)
|
<a
name=
"SEResNeXt与Res2Net系列"
></a>
...
...
docs/en/models/Mobile_en.md
浏览文件 @
18840f1f
...
...
@@ -62,6 +62,7 @@ Currently there are 32 pretrained models of the mobile series open source by Pad
| GhostNet_x0_5 | 0.668 | 0.869 | 0.662 | 0.866 | 0.082 | 2.600 |
| GhostNet_x1_0 | 0.740 | 0.916 | 0.739 | 0.914 | 0.294 | 5.200 |
| GhostNet_x1_3 | 0.757 | 0.925 | 0.757 | 0.927 | 0.440 | 7.300 |
| GhostNet_x1_3_ssld | 0.794 | 0.945 | 0.757 | 0.927 | 0.440 | 7.300 |
## Inference speed and storage size based on SD855
...
...
@@ -104,6 +105,7 @@ Currently there are 32 pretrained models of the mobile series open source by Pad
| GhostNet_x0_5 | 5.714 | 10.000 |
| GhostNet_x1_0 | 13.558 | 20.000 |
| GhostNet_x1_3 | 19.982 | 29.000 |
| GhostNet_x1_3_ssld | 19.982 | 29.000 |
## Inference speed based on T4 GPU
...
...
docs/en/models/models_intro_en.md
浏览文件 @
18840f1f
...
...
@@ -98,6 +98,7 @@ python tools/infer/predict.py \
-
[
GhostNet_x0_5
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x0_5_pretrained.pdparams
)
-
[
GhostNet_x1_0
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_0_pretrained.pdparams
)
-
[
GhostNet_x1_3
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_3_pretrained.pdparams
)
-
[
GhostNet_x1_3_ssld
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_3_ssld_pretrained.tar
)
-
SEResNeXt and Res2Net series
...
...
docs/en/update_history_en.md
浏览文件 @
18840f1f
# Release Notes
-
2020.11.23
*
Add
`GhostNet_x1_3_ssld`
pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 79.38%.
-
2020.11.09
*
Add
`InceptionV3`
architecture and pretrained model, whose Top-1 Acc on ImageNet1k dataset reaches 79.1%.
...
...
docs/zh_CN/models/Mobile.md
浏览文件 @
18840f1f
...
...
@@ -63,6 +63,7 @@ GhostNet是华为于2020年提出的一种全新的轻量化网络结构,通
| GhostNet_x0_5 | 0.668 | 0.869 | 0.662 | 0.866 | 0.082 | 2.600 |
| GhostNet_x1_0 | 0.740 | 0.916 | 0.739 | 0.914 | 0.294 | 5.200 |
| GhostNet_x1_3 | 0.757 | 0.925 | 0.757 | 0.927 | 0.440 | 7.300 |
| GhostNet_x1_3_ssld | 0.794 | 0.945 | 0.757 | 0.927 | 0.440 | 7.300 |
## 基于SD855的预测速度和存储大小
...
...
@@ -105,6 +106,7 @@ GhostNet是华为于2020年提出的一种全新的轻量化网络结构,通
| GhostNet_x0_5 | 5.714 | 10.000 |
| GhostNet_x1_0 | 13.558 | 20.000 |
| GhostNet_x1_3 | 19.982 | 29.000 |
| GhostNet_x1_3_ssld | 19.982 | 29.000 |
## 基于T4 GPU的预测速度
...
...
docs/zh_CN/models/models_intro.md
浏览文件 @
18840f1f
...
...
@@ -98,6 +98,7 @@ python tools/infer/predict.py \
-
[
GhostNet_x0_5
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x0_5_pretrained.pdparams
)
-
[
GhostNet_x1_0
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_0_pretrained.pdparams
)
-
[
GhostNet_x1_3
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_3_pretrained.pdparams
)
-
[
GhostNet_x1_3_ssld
](
https://paddle-imagenet-models-name.bj.bcebos.com/GhostNet_x1_3_ssld_pretrained.tar
)
-
SEResNeXt与Res2Net系列
...
...
docs/zh_CN/update_history.md
浏览文件 @
18840f1f
# 更新日志
-
2020.11.23
*
添加GhostNet_x1_3_ssld模型,在ImageNet上Top-1 Acc可达0.7938。
-
2020.11.09
*
添加InceptionV3结构和模型,在ImageNet上Top-1 Acc可达0.791。
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录