From 1eb5e56f3844f5b4e2bac1be68e1f316e5eeddda Mon Sep 17 00:00:00 2001 From: gaoyuan Date: Mon, 11 Sep 2017 11:56:22 +0800 Subject: [PATCH] Add comment to the PythonAPI --- python/paddle/trainer_config_helpers/layers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/paddle/trainer_config_helpers/layers.py b/python/paddle/trainer_config_helpers/layers.py index dc68c213da6..fb1af2d8e85 100644 --- a/python/paddle/trainer_config_helpers/layers.py +++ b/python/paddle/trainer_config_helpers/layers.py @@ -1223,7 +1223,8 @@ def detection_output_layer(input_loc, name=None): """ Apply the NMS to the output of network and compute the predict bounding - box location. + box location. The output of this layer could be None if there is no valid + bounding box. :param name: The Layer Name. :type name: basestring -- GitLab