Skip to content

Commit 0165421

Browse files
authored
Merge pull request #8727 from Superjomn/doc/v2_overview2
v2 API overview refactor doc
2 parents 85c7760 + bb1b8dc commit 0165421

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/api/overview.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ it proposes some high-level concepts such as `Layers <http://www.paddlepaddle.or
77
A model is composed of the computation described by a group of `Layers`, with `Evaluator` to define the error, `Optimizer` to update the parameters and `Data Reader` to feed in the data.
88

99
We also provide the `interface for Training and Inference <http://www.paddlepaddle.org/docs/develop/api/en/v2/run_logic.html>`_ to help control the training and inference phrase,
10-
it has several easy to use methods
10+
it has several easy to use methods to better expose the internal running details, different `events <http://www.paddlepaddle.org/docs/develop/api/en/v2/run_logic.html#event>`_ are available to users by writing some callbacks.
1111

12-
- `paddle.train`
13-
- `paddle.test`
14-
- `paddle.infer`
15-
16-
to better expose the internal running details, different `events <http://www.paddlepaddle.org/docs/develop/api/en/v2/run_logic.html#event>`_ are available to users by writing some callbacks.
12+
All in all, the V2 API gives a higher abstraction and make PaddlePaddle programs require fiew lines of code.

0 commit comments

Comments
 (0)