Skip to content

Commit 1eb5e56

Browse files
author
gaoyuan
committed
Add comment to the PythonAPI
1 parent 38e7ad7 commit 1eb5e56

File tree

1 file changed

+2
-1
lines changed
  • python/paddle/trainer_config_helpers

1 file changed

+2
-1
lines changed

python/paddle/trainer_config_helpers/layers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,8 @@ def detection_output_layer(input_loc,
12231223
name=None):
12241224
"""
12251225
Apply the NMS to the output of network and compute the predict bounding
1226-
box location.
1226+
box location. The output of this layer could be None if there is no valid
1227+
bounding box.
12271228
12281229
:param name: The Layer Name.
12291230
:type name: basestring

0 commit comments

Comments
 (0)