<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer | list | tuple</em>) – The input of this layer.</li>
<li><strong>size</strong> (<em>int</em>) – The layer dimension.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of this layer.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation Type. paddle.v2.activation.Tanh is the default activation.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute|list.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The bias attribute. If the parameter is set to False or an object
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
parameter is set to True, the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra Layer config.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – The extra layer attribute. See paddle.v2.attr.ExtraAttribute for
details.</li>
</ul>
</td>
</tr>
...
...
@@ -604,13 +605,13 @@ otherwise layer_type has to be either “exconv” or “cudnn_conv&
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute|list.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>input</strong>– The input of this layer. It is an optional parameter. If set,
then this function will just return layer’s name.</li>
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of this layer.</li>
<li><strong>input</strong>– The input of this layer. It is an optional parameter.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation Type. paddle.v2.activation.Linear is the default activation.</li>
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The bias attribute. If the parameter is set to False or an object
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
parameter is set to True, the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – The extra layer config. Default is None.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – The extra layer attribute. See paddle.v2.attr.ExtraAttribute for
details.</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body"><pclass="first">MixedLayerType object can add inputs or layer name.</p>
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer, which must be Index Data.</li>
<li><strong>size</strong> (<em>int</em>) – The embedding dimension.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None</em>) – The embedding parameter attribute. See paddle.v2.attr.ParameterAttribute
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer, whose type must be Index Data.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of the embedding vector.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The embedding parameter attribute. See paddle.v2.attr.ParameterAttribute
for details.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra layer Config. Default is None.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – The extra layer attribute. See paddle.v2.attr.ExtraAttribute for
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –Parameter config, None if use default.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –Parameter config, None if use default.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>size</strong> (<em>int</em>) – The parameter size. Means the width of parameter.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –Parameter config, None if use default.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of this layer.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>offset</strong> (<em>int</em>) – Offset, None if use default.</li>
<li><strong>offset</strong> (<em>int</em>) – The offset from the start of the input. The input’s
elements in the range [offset, offset+size) will be
taken as output. If this parameter is not set or set
to None, the output will be the same as the input.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of this layer. It will be neglected
when offset is None or not set.</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body"><pclass="first">A IdentityProjection or IdentityOffsetProjection object</p>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body"><pclass="first">IdentityProjection or IdentityOffsetProjection object</p>
</td>
</tr>
<trclass="field-odd field"><thclass="field-name">Return type:</th><tdclass="field-body"><pclass="first last">IdentityProjection or IdentityOffsetProjection</p>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer, which must contains id fields.</li>
<li><strong>size</strong> (<em>int</em>) – The parameter size. Means the width of parameter.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –Parameter config, None if use default.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of the output.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>size</strong> (<em>int</em>) – The parameter size. Means the width of parameter.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –Parameter config, None if use default.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>pooling_type</strong> (<em>BasePoolingType | None</em>) – Type of pooling, MaxPooling(default), AvgPooling,
SumPooling, SquareRootNPooling.</li>
<li><strong>stride</strong> (<em>Int</em>) – The step size between successive pooling regions.</li>
<li><strong>pooling_type</strong> (<em>BasePoolingType | None</em>) – Type of pooling. MaxPooling is the default pooling.</li>
<li><strong>stride</strong> (<em>int</em>) – The step size between successive pooling regions.</li>
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The bias attribute. If the parameter is set to False or an object
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
parameter is set to True, the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – The Extra Attributes for layer, such as dropout.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – The extra layer attribute. See paddle.v2.attr.ExtraAttribute for
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input_loc</strong> (<em>paddle.v2.config_base.Layer | List of paddle.v2.config_base.Layer</em>) – The input predict locations.</li>
<li><strong>input_loc</strong> (<em>paddle.v2.config_base.Layer | List of paddle.v2.config_base.Layer</em>) – The input predicted locations.</li>
<li><strong>input_conf</strong> (<em>paddle.v2.config_base.Layer | List of paddle.v2.config_base.Layer</em>) – The input priorbox confidence.</li>
<li><strong>priorbox</strong> (<em>paddle.v2.config_base.Layer</em>) – The input priorbox location and the variance.</li>
<li><strong>label</strong> (<em>paddle.v2.config_base.Layer</em>) – The input label.</li>
<li><strong>num_classes</strong> (<em>int</em>) – The number of the classification.</li>
<li><strong>overlap_threshold</strong> (<em>float</em>) – The threshold of the overlap.</li>
<li><strong>neg_pos_ratio</strong> (<em>float</em>) – The ratio of the negative bbox to the positive bbox.</li>
<li><strong>neg_overlap</strong> (<em>float</em>) – The negative bbox overlap threshold.</li>
<li><strong>neg_pos_ratio</strong> (<em>float</em>) – The ratio of the negative bounding box to
the positive bounding box.</li>
<li><strong>neg_overlap</strong> (<em>float</em>) – The negative bounding box overlap threshold.</li>
<li><strong>background_id</strong> (<em>int</em>) – The background class index.</li>
@@ -4516,16 +4530,19 @@ no valid bounding box.</p>
<li><strong>input_loc</strong> (<em>paddle.v2.config_base.Layer | List of paddle.v2.config_base.Layer.</em>) – The input predict locations.</li>
<li><strong>input_conf</strong> (<em>paddle.v2.config_base.Layer | List of paddle.v2.config_base.Layer.</em>) – The input priorbox confidence.</li>
<li><strong>priorbox</strong> (<em>paddle.v2.config_base.Layer</em>) – The input priorbox location and the variance.</li>
<li><strong>num_classes</strong> (<em>int</em>) – The number of the classification.</li>
<li><strong>num_classes</strong> (<em>int</em>) – The number of the classes.</li>
<li><strong>nms_threshold</strong> (<em>float</em>) – The Non-maximum suppression threshold.</li>
<li><strong>nms_top_k</strong> (<em>int</em>) – The bbox number kept of the NMS’s output</li>
<li><strong>keep_top_k</strong> (<em>int</em>) – The bbox number kept of the layer’s output</li>
<li><strong>confidence_threshold</strong> (<em>float</em>) – The classification confidence threshold</li>
<li><strong>nms_top_k</strong> (<em>int</em>) – The bounding boxes number kept of the NMS’s output.</li>
<li><strong>keep_top_k</strong> (<em>int</em>) – The bounding boxes number kept of the layer’s output.</li>
<li><strong>confidence_threshold</strong> (<em>float</em>) – The classification confidence threshold.</li>
<li><strong>background_id</strong> (<em>int</em>) – The background class index.</li>
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer | list | tuple</em>) – The input of this layer.</li>
<li><strong>size</strong> (<em>int</em>) – The layer dimension.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of this layer.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation Type. paddle.v2.activation.Tanh is the default activation.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute|list.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The bias attribute. If the parameter is set to False or an object
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
parameter is set to True, the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra Layer config.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – The extra layer attribute. See paddle.v2.attr.ExtraAttribute for
details.</li>
</ul>
</td>
</tr>
...
...
@@ -617,13 +618,13 @@ otherwise layer_type has to be either “exconv” or “cudnn_conv&
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute|list.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>input</strong>– The input of this layer. It is an optional parameter. If set,
then this function will just return layer’s name.</li>
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of this layer.</li>
<li><strong>input</strong>– The input of this layer. It is an optional parameter.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation Type. paddle.v2.activation.Linear is the default activation.</li>
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The bias attribute. If the parameter is set to False or an object
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
parameter is set to True, the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – The extra layer config. Default is None.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – The extra layer attribute. See paddle.v2.attr.ExtraAttribute for
details.</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">返回:</th><tdclass="field-body"><pclass="first">MixedLayerType object can add inputs or layer name.</p>
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer, which must be Index Data.</li>
<li><strong>size</strong> (<em>int</em>) – The embedding dimension.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None</em>) – The embedding parameter attribute. See paddle.v2.attr.ParameterAttribute
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer, whose type must be Index Data.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of the embedding vector.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The embedding parameter attribute. See paddle.v2.attr.ParameterAttribute
for details.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra layer Config. Default is None.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – The extra layer attribute. See paddle.v2.attr.ExtraAttribute for
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –Parameter config, None if use default.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –Parameter config, None if use default.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>size</strong> (<em>int</em>) – The parameter size. Means the width of parameter.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –Parameter config, None if use default.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of this layer.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>offset</strong> (<em>int</em>) – Offset, None if use default.</li>
<li><strong>offset</strong> (<em>int</em>) – The offset from the start of the input. The input’s
elements in the range [offset, offset+size) will be
taken as output. If this parameter is not set or set
to None, the output will be the same as the input.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of this layer. It will be neglected
when offset is None or not set.</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">返回:</th><tdclass="field-body"><pclass="first">A IdentityProjection or IdentityOffsetProjection object</p>
<trclass="field-even field"><thclass="field-name">返回:</th><tdclass="field-body"><pclass="first">IdentityProjection or IdentityOffsetProjection object</p>
</td>
</tr>
<trclass="field-odd field"><thclass="field-name">返回类型:</th><tdclass="field-body"><pclass="first last">IdentityProjection or IdentityOffsetProjection</p>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer, which must contains id fields.</li>
<li><strong>size</strong> (<em>int</em>) – The parameter size. Means the width of parameter.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –Parameter config, None if use default.</li>
<li><strong>size</strong> (<em>int</em>) – The dimension of the output.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>size</strong> (<em>int</em>) – The parameter size. Means the width of parameter.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –Parameter config, None if use default.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) –The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>pooling_type</strong> (<em>BasePoolingType | None</em>) – Type of pooling, MaxPooling(default), AvgPooling,
SumPooling, SquareRootNPooling.</li>
<li><strong>stride</strong> (<em>Int</em>) – The step size between successive pooling regions.</li>
<li><strong>pooling_type</strong> (<em>BasePoolingType | None</em>) – Type of pooling. MaxPooling is the default pooling.</li>
<li><strong>stride</strong> (<em>int</em>) – The step size between successive pooling regions.</li>
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The bias attribute. If the parameter is set to False or an object
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
parameter is set to True, the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – The Extra Attributes for layer, such as dropout.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – The extra layer attribute. See paddle.v2.attr.ExtraAttribute for
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input_loc</strong> (<em>paddle.v2.config_base.Layer | List of paddle.v2.config_base.Layer</em>) – The input predict locations.</li>
<li><strong>input_loc</strong> (<em>paddle.v2.config_base.Layer | List of paddle.v2.config_base.Layer</em>) – The input predicted locations.</li>
<li><strong>input_conf</strong> (<em>paddle.v2.config_base.Layer | List of paddle.v2.config_base.Layer</em>) – The input priorbox confidence.</li>
<li><strong>priorbox</strong> (<em>paddle.v2.config_base.Layer</em>) – The input priorbox location and the variance.</li>
<li><strong>label</strong> (<em>paddle.v2.config_base.Layer</em>) – The input label.</li>
<li><strong>num_classes</strong> (<em>int</em>) – The number of the classification.</li>
<li><strong>overlap_threshold</strong> (<em>float</em>) – The threshold of the overlap.</li>
<li><strong>neg_pos_ratio</strong> (<em>float</em>) – The ratio of the negative bbox to the positive bbox.</li>
<li><strong>neg_overlap</strong> (<em>float</em>) – The negative bbox overlap threshold.</li>
<li><strong>neg_pos_ratio</strong> (<em>float</em>) – The ratio of the negative bounding box to
the positive bounding box.</li>
<li><strong>neg_overlap</strong> (<em>float</em>) – The negative bounding box overlap threshold.</li>
<li><strong>background_id</strong> (<em>int</em>) – The background class index.</li>
@@ -4529,16 +4543,19 @@ no valid bounding box.</p>
<li><strong>input_loc</strong> (<em>paddle.v2.config_base.Layer | List of paddle.v2.config_base.Layer.</em>) – The input predict locations.</li>
<li><strong>input_conf</strong> (<em>paddle.v2.config_base.Layer | List of paddle.v2.config_base.Layer.</em>) – The input priorbox confidence.</li>
<li><strong>priorbox</strong> (<em>paddle.v2.config_base.Layer</em>) – The input priorbox location and the variance.</li>
<li><strong>num_classes</strong> (<em>int</em>) – The number of the classification.</li>
<li><strong>num_classes</strong> (<em>int</em>) – The number of the classes.</li>
<li><strong>nms_threshold</strong> (<em>float</em>) – The Non-maximum suppression threshold.</li>
<li><strong>nms_top_k</strong> (<em>int</em>) – The bbox number kept of the NMS’s output</li>
<li><strong>keep_top_k</strong> (<em>int</em>) – The bbox number kept of the layer’s output</li>
<li><strong>confidence_threshold</strong> (<em>float</em>) – The classification confidence threshold</li>
<li><strong>nms_top_k</strong> (<em>int</em>) – The bounding boxes number kept of the NMS’s output.</li>
<li><strong>keep_top_k</strong> (<em>int</em>) – The bounding boxes number kept of the layer’s output.</li>
<li><strong>confidence_threshold</strong> (<em>float</em>) – The classification confidence threshold.</li>
<li><strong>background_id</strong> (<em>int</em>) – The background class index.</li>