You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/models/PP-LCNet_en.md
+70-39Lines changed: 70 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,10 @@
15
15
-[4.1 Image Classification](#4.1)
16
16
-[4.2 Object Detection](#4.2)
17
17
-[4.3 Semantic Segmentation](#4.3)
18
-
-[5. Conclusion](#5)
19
-
-[6. Reference](#6)
18
+
-[5. Inference speed based on V100 GPU](#5)
19
+
-[6. Inference speed based on SD855](#6)
20
+
-[7. Conclusion](#7)
21
+
-[8. Reference](#8)
20
22
21
23
<aname="1"></a>
22
24
## 1. Abstract
@@ -91,38 +93,38 @@ Since the introduction of GoogLeNet, GAP (Global-Average-Pooling) is often direc
91
93
92
94
For image classification, ImageNet dataset is adopted. Compared with the current mainstream lightweight network, PP-LCNet can obtain faster inference speed with the same accuracy. When using Baidu’s self-developed SSLD distillation strategy, the accuracy is further improved, with the Top-1 Acc of ImageNet exceeding 80% at an inference speed of about 5ms on the Intel CPU side.
where `_ssld` represents the model after using `SSLD distillation`. For details about `SSLD distillation`, see [SSLD distillation](../advanced_tutorials/knowledge_distillation_en.md).
109
111
110
112
Performance comparison with other lightweight networks:
Rather than holding on to perfect FLOPs and Params as academics do, PP-LCNet focuses on analyzing how to add Intel CPU-friendly modules to improve the performance of the model, which can better balance accuracy and inference time. The experimental conclusions therein are available to other researchers in network structure design, while providing NAS search researchers with a smaller search space and general conclusions. The finished PP-LCNet can also be better accepted and applied in industry.
155
186
156
-
<aname="6"></a>
157
-
## 6. Reference
187
+
<aname="8"></a>
188
+
## 8. Reference
158
189
159
190
Reference to cite when you use PP-LCNet in a paper:
The highest accuracy of the validation set is around 0.415.
77
77
78
+
*** Note**
79
+
80
+
* If the number of GPU cards is not 4, the accuracy of the validation set may be different from 0.415. To maintain a comparable accuracy, you need to change the learning rate in the configuration file to `the current learning rate / 4 \* current card number`. The same below.
0 commit comments