Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
fd5e3fe6
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看板
提交
fd5e3fe6
编写于
1月 10, 2022
作者:
W
weishengyu
提交者:
Tingquan Gao
1月 12, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
dbg
上级
47695ca2
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
10 addition
and
11 deletion
+10
-11
docs/en/advanced_tutorials/code_overview_en.md
docs/en/advanced_tutorials/code_overview_en.md
+6
-6
docs/en/advanced_tutorials/how_to_contribute_en.md
docs/en/advanced_tutorials/how_to_contribute_en.md
+4
-5
未找到文件。
docs/en/advanced_tutorials/code_overview_en.md
浏览文件 @
fd5e3fe6
...
...
@@ -2,8 +2,8 @@
## Catalogue
-
[
Overview of Code and Content
](
#1
)
-
[
Training Module
](
#2
)
-
[
1.
Overview of Code and Content
](
#1
)
-
[
2.
Training Module
](
#2
)
-
[
2.1 Data
](
#2.1
)
-
[
2.2 Model Structure
](
#2.2
)
-
[
2.3 Loss Function
](
#2.3
)
...
...
@@ -11,11 +11,11 @@
-
[
2.5 Evaluation During Training
](
#2.5
)
-
[
2.6 Model Saving
](
#2.6
)
-
[
2.7 Model Pruning and Quantification
](
#2.7
)
-
[
Codes and Methods for Inference and Deployment
](
#3
)
-
[
3.
Codes and Methods for Inference and Deployment
](
#3
)
<a
name=
"1"
></a>
## 1 Overview of Code and Content
## 1
.
Overview of Code and Content
The main code and content structure of PaddleClas are as follows:
...
...
@@ -29,7 +29,7 @@ The main code and content structure of PaddleClas are as follows:
<a
name=
"2"
></a>
## 2 Training Module
## 2
.
Training Module
Modules of training deep learning model mainly contains data, model structure, loss function,
strategies such as optimizer, learning rate decay, and weight decay strategy, etc., which are explained below.
...
...
@@ -287,7 +287,7 @@ and the algorithm is described in [Pruning and Quantification algorithms](model_
<a
name=
"3"
></a>
## 3 Codes and Methods for Inference and Deployment
## 3
.
Codes and Methods for Inference and Deployment
-
If you wish to quantify the classification model offline, please refer to
[
Model Pruning and Quantification Tutorial
](
model_prune_quantization_en.md
)
for offline quantification.
...
...
docs/en/advanced_tutorials/how_to_contribute_en.md
浏览文件 @
fd5e3fe6
...
...
@@ -65,7 +65,7 @@ PaddleClas welcomes code contributions to the repo, and the basic process is det
-
Skip to the home page of
[
PaddleClas GitHub
](
https://github.com/PaddlePaddle/PaddleClas
)
and click the
Fork button to generate a repository in your own directory, such as
`https://github.com/USERNAME/PaddleClas`
.
![
img
](
../../images/quick_start/community/001_fork.png
)
[
](
../../images/quick_start/community/001_fork.png
)
-
Clone the remote repository to local
...
...
@@ -77,7 +77,7 @@ cd PaddleClas
Obtain the address below
![
img
](
../../images/quick_start/community/002_clone.png
)
[
](
../../images/quick_start/community/002_clone.png
)
<a
name=
"1.2.2"
></a>
...
...
@@ -173,7 +173,7 @@ pre-commit
Repeat the above steps until the pre-commit format check does not report an error, as shown below.
![
img
](
../../images/quick_start/community/003_precommit_pass.png
)
[
](
../../images/quick_start/community/003_precommit_pass.png
)
Run the following command to commit.
...
...
@@ -211,7 +211,7 @@ as shown in the following figure. In the description of the PR, fill out what th
Next, wait for the review, and if any changes are required,
update the corresponding branch in origin by referring to the above steps.
[
img
](
../../images/quick_start/community/004_create_pr.png
)
[](
../../images/quick_start/community/004_create_pr.png
)
<a
name=
"1.2.9"
></a>
...
...
@@ -260,7 +260,6 @@ please adhere to the following conventions each time you commit code:
1.
Please pass the unit test in Travis-CI first.
Otherwise, the submitted code may have problems and usually receive no official review.
2.
Before committing a Pull Request:
3.
Note the number of commits.
Reason: If only one file is modified but more than a dozen commits are committed with a few changes for each,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录