From 26354f198eb0030fcccb7e425ebf8709e5b926af Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 19 Sep 2017 06:04:11 +0000 Subject: [PATCH] Deploy to GitHub Pages: 6e9337e301baac56c9c701309f6d0d0cf20c494b --- develop/doc/api/v2/config/layer.html | 4 ++-- develop/doc_cn/api/v2/config/layer.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/develop/doc/api/v2/config/layer.html b/develop/doc/api/v2/config/layer.html index 8253ce86f88..6eaa3f81567 100644 --- a/develop/doc/api/v2/config/layer.html +++ b/develop/doc/api/v2/config/layer.html @@ -4117,8 +4117,8 @@ paddle.v2.attr.ExtraAttribute for more details.
class paddle.v2.layer.detection_output

Apply the NMS to the output of network and compute the predict bounding -box location. The output of this layer could be None if there is no valid -bounding box.

+box location. The output’s shape of this layer could be zero if there is +no valid bounding box.

diff --git a/develop/doc_cn/api/v2/config/layer.html b/develop/doc_cn/api/v2/config/layer.html index dcb9e16e6ec..c06d77a07fa 100644 --- a/develop/doc_cn/api/v2/config/layer.html +++ b/develop/doc_cn/api/v2/config/layer.html @@ -4124,8 +4124,8 @@ paddle.v2.attr.ExtraAttribute for more details.
class paddle.v2.layer.detection_output

Apply the NMS to the output of network and compute the predict bounding -box location. The output of this layer could be None if there is no valid -bounding box.

+box location. The output’s shape of this layer could be zero if there is +no valid bounding box.

-- GitLab