@@ -262,9 +266,9 @@ None if user don’t care.</li>
<li><strong>fc_act</strong> (<em>BaseActivation</em>) – fc layer activation type. None means tanh</li>
<li><strong>pool_bias_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ParameterAttribute"title="paddle.trainer_config_helpers.attrs.ParameterAttribute"><em>ParameterAttribute</em></a><em> or </em><em>None.</em>) – pooling layer bias attr. None if don’t care.
False if no bias.</li>
<li><strong>fc_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – fc layer extra attribute.</li>
<li><strong>context_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – context projection layer extra attribute.</li>
<li><strong>pool_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – pooling layer extra attribute.</li>
<li><strong>fc_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – fc layer extra attribute.</li>
<li><strong>context_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – context projection layer extra attribute.</li>
<li><strong>pool_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – pooling layer extra attribute.</li>
</ul>
</td>
</tr>
...
...
@@ -310,9 +314,9 @@ None if user don’t care.</li>
<li><strong>fc_act</strong> (<em>BaseActivation</em>) – fc layer activation type. None means tanh</li>
<li><strong>pool_bias_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ParameterAttribute"title="paddle.trainer_config_helpers.attrs.ParameterAttribute"><em>ParameterAttribute</em></a><em> or </em><em>None.</em>) – pooling layer bias attr. None if don’t care.
False if no bias.</li>
<li><strong>fc_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – fc layer extra attribute.</li>
<li><strong>context_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – context projection layer extra attribute.</li>
<li><strong>pool_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – pooling layer extra attribute.</li>
<li><strong>fc_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – fc layer extra attribute.</li>
<li><strong>context_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – context projection layer extra attribute.</li>
<li><strong>pool_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – pooling layer extra attribute.</li>
<li><strong>pool_stride</strong> (<em>int</em>) – see img_pool_layer’s document.</li>
<li><strong>pool_padding</strong> (<em>int</em>) – see img_pool_layer’s document.</li>
<li><strong>pool_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_pool_layer’s document.</li>
<li><strong>pool_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_pool_layer’s document.</li>
</ul>
</td>
</tr>
...
...
@@ -436,10 +440,10 @@ False if no bias.</li>
<li><strong>num_channel</strong> (<em>int</em>) – see img_conv_layer for details</li>
<li><strong>param_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ParameterAttribute"title="paddle.trainer_config_helpers.attrs.ParameterAttribute"><em>ParameterAttribute</em></a>) – see img_conv_layer for details</li>
<li><strong>shared_bias</strong> (<em>bool</em>) – see img_conv_layer for details</li>
<li><strong>conv_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_conv_layer for details</li>
<li><strong>conv_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_conv_layer for details</li>
<li><strong>pool_stride</strong> (<em>int</em>) – see img_pool_layer for details</li>
<li><strong>pool_padding</strong> (<em>int</em>) – see img_pool_layer for details</li>
<li><strong>pool_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_pool_layer for details</li>
<li><strong>pool_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_pool_layer for details</li>
</ul>
</td>
</tr>
...
...
@@ -523,9 +527,9 @@ for more details about LSTM. The link goes as follows:
False means no bias, None means default bias.</li>
<li><strong>lstm_bias_attr</strong> (<em>ParameterAttribute|False</em>) – bias parameter attribute of lstm layer.
False means no bias, None means default bias.</li>
<li><strong>mixed_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – mixed layer’s extra attribute.</li>
<li><strong>lstm_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – lstm layer’s extra attribute.</li>
<li><strong>get_output_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – get output layer’s extra attribute.</li>
<li><strong>mixed_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – mixed layer’s extra attribute.</li>
<li><strong>lstm_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – lstm layer’s extra attribute.</li>
<li><strong>get_output_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – get output layer’s extra attribute.</li>
</ul>
</td>
</tr>
...
...
@@ -584,9 +588,9 @@ full_matrix_projection must be included before lstmemory_unit is called.</p>
False means no bias, None means default bias.</li>
<li><strong>lstm_bias_attr</strong> (<em>ParameterAttribute|False</em>) – bias parameter attribute of lstm layer.
False means no bias, None means default bias.</li>
<li><strong>mixed_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – mixed layer’s extra attribute.</li>
<li><strong>lstm_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – lstm layer’s extra attribute.</li>
<li><strong>get_output_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – get output layer’s extra attribute.</li>
<li><strong>mixed_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – mixed layer’s extra attribute.</li>
<li><strong>lstm_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – lstm layer’s extra attribute.</li>
<li><strong>get_output_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – get output layer’s extra attribute.</li>
</ul>
</td>
</tr>
...
...
@@ -629,8 +633,8 @@ means default bias.</li>
<li><strong>act</strong> (<em>BaseActivation</em>) – lstm final activiation type</li>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>name</strong> (<em>basestring</em>) – pooling layer type name used by paddle.</td>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>output_max_index</strong> (<em>bool|None</em>) – True if output sequence max index instead of max
value. None means use default value in proto.</td>
@@ -266,9 +266,9 @@ None if user don’t care.</li>
<li><strong>fc_act</strong> (<em>BaseActivation</em>) – fc layer activation type. None means tanh</li>
<li><strong>pool_bias_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ParameterAttribute"title="paddle.trainer_config_helpers.attrs.ParameterAttribute"><em>ParameterAttribute</em></a><em> or </em><em>None.</em>) – pooling layer bias attr. None if don’t care.
False if no bias.</li>
<li><strong>fc_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – fc layer extra attribute.</li>
<li><strong>context_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – context projection layer extra attribute.</li>
<li><strong>pool_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – pooling layer extra attribute.</li>
<li><strong>fc_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – fc layer extra attribute.</li>
<li><strong>context_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – context projection layer extra attribute.</li>
<li><strong>pool_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – pooling layer extra attribute.</li>
</ul>
</td>
</tr>
...
...
@@ -314,9 +314,9 @@ None if user don’t care.</li>
<li><strong>fc_act</strong> (<em>BaseActivation</em>) – fc layer activation type. None means tanh</li>
<li><strong>pool_bias_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ParameterAttribute"title="paddle.trainer_config_helpers.attrs.ParameterAttribute"><em>ParameterAttribute</em></a><em> or </em><em>None.</em>) – pooling layer bias attr. None if don’t care.
False if no bias.</li>
<li><strong>fc_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – fc layer extra attribute.</li>
<li><strong>context_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – context projection layer extra attribute.</li>
<li><strong>pool_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – pooling layer extra attribute.</li>
<li><strong>fc_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – fc layer extra attribute.</li>
<li><strong>context_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – context projection layer extra attribute.</li>
<li><strong>pool_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – pooling layer extra attribute.</li>
<li><strong>pool_stride</strong> (<em>int</em>) – see img_pool_layer’s document.</li>
<li><strong>pool_padding</strong> (<em>int</em>) – see img_pool_layer’s document.</li>
<li><strong>pool_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_pool_layer’s document.</li>
<li><strong>pool_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_pool_layer’s document.</li>
</ul>
</td>
</tr>
...
...
@@ -440,10 +440,10 @@ False if no bias.</li>
<li><strong>num_channel</strong> (<em>int</em>) – see img_conv_layer for details</li>
<li><strong>param_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ParameterAttribute"title="paddle.trainer_config_helpers.attrs.ParameterAttribute"><em>ParameterAttribute</em></a>) – see img_conv_layer for details</li>
<li><strong>shared_bias</strong> (<em>bool</em>) – see img_conv_layer for details</li>
<li><strong>conv_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_conv_layer for details</li>
<li><strong>conv_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_conv_layer for details</li>
<li><strong>pool_stride</strong> (<em>int</em>) – see img_pool_layer for details</li>
<li><strong>pool_padding</strong> (<em>int</em>) – see img_pool_layer for details</li>
<li><strong>pool_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_pool_layer for details</li>
<li><strong>pool_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – see img_pool_layer for details</li>
</ul>
</td>
</tr>
...
...
@@ -527,9 +527,9 @@ for more details about LSTM. The link goes as follows:
False means no bias, None means default bias.</li>
<li><strong>lstm_bias_attr</strong> (<em>ParameterAttribute|False</em>) – bias parameter attribute of lstm layer.
False means no bias, None means default bias.</li>
<li><strong>mixed_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – mixed layer’s extra attribute.</li>
<li><strong>lstm_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – lstm layer’s extra attribute.</li>
<li><strong>get_output_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – get output layer’s extra attribute.</li>
<li><strong>mixed_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – mixed layer’s extra attribute.</li>
<li><strong>lstm_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – lstm layer’s extra attribute.</li>
<li><strong>get_output_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – get output layer’s extra attribute.</li>
</ul>
</td>
</tr>
...
...
@@ -588,9 +588,9 @@ full_matrix_projection must be included before lstmemory_unit is called.</p>
False means no bias, None means default bias.</li>
<li><strong>lstm_bias_attr</strong> (<em>ParameterAttribute|False</em>) – bias parameter attribute of lstm layer.
False means no bias, None means default bias.</li>
<li><strong>mixed_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – mixed layer’s extra attribute.</li>
<li><strong>lstm_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – lstm layer’s extra attribute.</li>
<li><strong>get_output_layer_attr</strong> (<aclass="reference internal"href="attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"title="paddle.trainer_config_helpers.attrs.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – get output layer’s extra attribute.</li>
<li><strong>mixed_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – mixed layer’s extra attribute.</li>
<li><strong>lstm_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – lstm layer’s extra attribute.</li>
<li><strong>get_output_layer_attr</strong> (<aclass="reference internal"href="../../v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute"title="paddle.v2.attr.ExtraLayerAttribute"><em>ExtraLayerAttribute</em></a>) – get output layer’s extra attribute.</li>
</ul>
</td>
</tr>
...
...
@@ -633,8 +633,8 @@ means default bias.</li>
<li><strong>act</strong> (<em>BaseActivation</em>) – lstm final activiation type</li>
<trclass="field-odd field"><thclass="field-name">参数:</th><tdclass="field-body"><strong>name</strong> (<em>basestring</em>) – pooling layer type name used by paddle.</td>
<trclass="field-odd field"><thclass="field-name">参数:</th><tdclass="field-body"><strong>output_max_index</strong> (<em>bool|None</em>) – True if output sequence max index instead of max
value. None means use default value in proto.</td>