Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
56d77c2d
P
PaddleClas
项目概览
PaddlePaddle
/
PaddleClas
大约 1 年 前同步成功
通知
115
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看板
未验证
提交
56d77c2d
编写于
4月 10, 2020
作者:
D
dyning
提交者:
GitHub
4月 10, 2020
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #8 from littletomatodonkey/fix_docs
Fix docs
上级
87ada03d
fd16663a
变更
5
显示空白变更内容
内联
并排
Showing
5 changed file
with
11 addition
and
34 deletion
+11
-34
README.md
README.md
+5
-5
docs/index.rst
docs/index.rst
+1
-3
docs/zh_cn/Makefile
docs/zh_cn/Makefile
+0
-21
docs/zh_cn/models/models_intro.md
docs/zh_cn/models/models_intro.md
+2
-2
docs/zh_cn/tutorials/getting_started.md
docs/zh_cn/tutorials/getting_started.md
+3
-3
未找到文件。
README.md
浏览文件 @
56d77c2d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## 简介
## 简介
PaddleClas的目的是为工业界和学术界提供一个图像分类任务相关的百宝箱,特色如下:
PaddleClas的目的是为工业界和学术界提供一个图像分类任务相关的百宝箱,特色如下:
-
模型库:
25种分类网络结构以及训练技巧,117个分类预训练模型以及
性能评估
-
模型库:
ResNet_vd、MobileNetV3等25种系列的分类网络结构和训练技巧,以及对应的117个分类预训练模型和
性能评估
-
高阶使用:高精度的实用模型蒸馏方案(准确率82.39%的ResNet50_vd和78.9%的MobileNetV3)、8种数据增广方法的复现和验证
-
高阶使用:高精度的实用模型蒸馏方案(准确率82.39%的ResNet50_vd和78.9%的MobileNetV3)、8种数据增广方法的复现和验证
...
@@ -105,4 +105,4 @@ PaddleClas的建设源于百度实际视觉业务应用的淬炼和视觉前沿
...
@@ -105,4 +105,4 @@ PaddleClas的建设源于百度实际视觉业务应用的淬炼和视觉前沿
## 版本更新
## 版本更新
## 如何贡献代码
## 如何贡献代码
我们非常欢迎你为PaddleClas
提供
代码,也十分感谢你的反馈。
我们非常欢迎你为PaddleClas
贡献
代码,也十分感谢你的反馈。
docs/index.rst
浏览文件 @
56d77c2d
...
@@ -14,6 +14,4 @@
...
@@ -14,6 +14,4 @@
zh_cn/change_log.md
zh_cn/change_log.md
zh_cn/faq.md
zh_cn/faq.md
:math:`PaddlePaddle2020`
:math:`PaddlePaddle2020`
docs/zh_cn/Makefile
已删除
100644 → 0
浏览文件 @
87ada03d
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS
?=
SPHINXBUILD
?=
sphinx-build
SOURCEDIR
=
.
BUILDDIR
=
build
# Put it first so that "make" without argument is like "make help".
help
:
@
$(SPHINXBUILD)
-M
help
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
"
$(SPHINXOPTS)
$(O)
.PHONY
:
help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%
:
Makefile
@
$(SPHINXBUILD)
-M
$@
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
"
$(SPHINXOPTS)
$(O)
rm
-f
$(BUILDDIR)
/html/index_en.html
docs/zh_cn/models/models_intro.md
浏览文件 @
56d77c2d
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
## 概述
## 概述
基于ImageNet1k分类数据集,PaddleClas支持的25种主流分类网络结构
和117个图像分类预训练模型如下表所示,训练技巧、每个系列网络结构的简单介绍和性能评估将在相应章节展现。GPU上的预测时间采用V100和TensorRT,CPU的预测时间是
基于骁龙855(SD855)。
基于ImageNet1k分类数据集,PaddleClas支持的25种主流分类网络结构
以及对应的117个图像分类预训练模型如下所示,训练技巧、每个系列网络结构的简单介绍和性能评估将在相应章节展现。GPU评估环境基于V100和TensorRT,CPU的评估环境
基于骁龙855(SD855)。
![](
../../images/models/main_fps_top1.png
)
![](
../../images/models/main_fps_top1.png
)
![](
../../images/models/mobile_arm_top1.png
)
![](
../../images/models/mobile_arm_top1.png
)
-
ResNet及其Vd系列
-
ResNet及其Vd系列
-
ResNet系列(
[
论文地址
](
http://openaccess.thecvf.com/content_cvpr_2016/html/He_Deep_Residual_Learning_CVPR_2016_paper.html
)
)
-
ResNet系列
`[1]`
(
[
论文地址
](
http://openaccess.thecvf.com/content_cvpr_2016/html/He_Deep_Residual_Learning_CVPR_2016_paper.html
)
)
-
[
ResNet18
](
https://paddle-imagenet-models-name.bj.bcebos.com/ResNet18_pretrained.tar
)
-
[
ResNet18
](
https://paddle-imagenet-models-name.bj.bcebos.com/ResNet18_pretrained.tar
)
-
[
ResNet34
](
https://paddle-imagenet-models-name.bj.bcebos.com/ResNet34_pretrained.tar
)
-
[
ResNet34
](
https://paddle-imagenet-models-name.bj.bcebos.com/ResNet34_pretrained.tar
)
-
[
ResNet50
](
https://paddle-imagenet-models-name.bj.bcebos.com/ResNet50_pretrained.tar
)
-
[
ResNet50
](
https://paddle-imagenet-models-name.bj.bcebos.com/ResNet50_pretrained.tar
)
...
...
docs/zh_cn/tutorials/getting_started.md
浏览文件 @
56d77c2d
...
@@ -23,7 +23,7 @@ python -m paddle.distributed.launch \
...
@@ -23,7 +23,7 @@ python -m paddle.distributed.launch \
--selected_gpus
=
"0,1,2,3"
\
--selected_gpus
=
"0,1,2,3"
\
--log_dir
=
log_ResNet50
\
--log_dir
=
log_ResNet50
\
train.py
\
train.py
\
-c
.
.
/configs/ResNet/ResNet50.yaml
\
-c
./configs/ResNet/ResNet50.yaml
\
```
```
-
输出日志示例如下:
-
输出日志示例如下:
...
@@ -39,7 +39,7 @@ python -m paddle.distributed.launch \
...
@@ -39,7 +39,7 @@ python -m paddle.distributed.launch \
--selected_gpus
=
"0,1,2,3"
\
--selected_gpus
=
"0,1,2,3"
\
--log_dir
=
log_ResNet50_vd
\
--log_dir
=
log_ResNet50_vd
\
train.py
\
train.py
\
-c
.
.
/configs/ResNet/ResNet50_vd.yaml
\
-c
./configs/ResNet/ResNet50_vd.yaml
\
-o
use_mix
=
1
\
-o
use_mix
=
1
\
```
```
...
@@ -57,7 +57,7 @@ epoch:0 train step:522 loss:1.6330 lr:0.100000 elapse:0.210
...
@@ -57,7 +57,7 @@ epoch:0 train step:522 loss:1.6330 lr:0.100000 elapse:0.210
```
bash
```
bash
python eval.py
\
python eval.py
\
-c
.
.
/configs/eval.yaml
\
-c
./configs/eval.yaml
\
-o
architecture
=
"ResNet50_vd"
\
-o
architecture
=
"ResNet50_vd"
\
-o
pretrained_model
=
path_to_pretrained_models
-o
pretrained_model
=
path_to_pretrained_models
```
```
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录