From bb1b8dc32f9c0a1d7517bcafcffa2b409379d216 Mon Sep 17 00:00:00 2001 From: superjom Date: Mon, 5 Mar 2018 10:05:48 +0800 Subject: [PATCH] refactor doc --- doc/api/overview.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/api/overview.rst b/doc/api/overview.rst index 16b6cf4266..a6f21428de 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. -- GitLab