Skip to content

Commit 7de8e8a

Browse files
RachelXu7ceci3
andauthored
Update single_distiller_api.rst (PaddlePaddle#771)
Co-authored-by: ceci3 <[email protected]>
1 parent 598501f commit 7de8e8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/zh_cn/api_cn/static/dist/single_distiller_api.rst

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ fsp_loss出自论文 `A Gift from Knowledge Distillation: Fast Optimization, Net
7575
**使用示例:**
7676

7777
.. code-block:: python
78+
7879
import paddle
7980
import paddle.fluid as fluid
8081
import paddleslim.dist as dist
@@ -174,6 +175,7 @@ soft_label_loss出自论文 `Distilling the Knowledge in a Neural Network <https
174175
**使用示例:**
175176

176177
.. code-block:: python
178+
177179
import paddle
178180
import paddle.fluid as fluid
179181
import paddleslim.dist as dist
@@ -221,6 +223,7 @@ loss
221223
**使用示例:**
222224

223225
.. code-block:: python
226+
224227
import paddle
225228
import paddle.fluid as fluid
226229
import paddleslim.dist as dist

0 commit comments

Comments
 (0)