diff --git a/doc/api/overview.rst b/doc/api/overview.rst index 16b6cf42660c51feee09c689c671d5ef06663efb..a6f21428de1e4906e4af9433bc1c994f2b2c8b8e 100644 --- a/doc/api/overview.rst +++ b/doc/api/overview.rst @@ -7,10 +7,6 @@ it proposes some high-level concepts such as `Layers `_ to help control the training and inference phrase, -it has several easy to use methods +it has several easy to use methods to better expose the internal running details, different `events `_ are available to users by writing some callbacks. -- `paddle.train` -- `paddle.test` -- `paddle.infer` - -to better expose the internal running details, different `events `_ are available to users by writing some callbacks. +All in all, the V2 API gives a higher abstraction and make PaddlePaddle programs require fiew lines of code.