提交 fd5e3fe6 编写于 作者: W weishengyu 提交者: Tingquan Gao

dbg

上级 47695ca2
......@@ -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.
......
......@@ -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.
先完成此消息的编辑!
想要评论请 注册