We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8fba4 commit 9fa5f8cCopy full SHA for 9fa5f8c
python/paddle/fluid/layers/nn.py
@@ -1280,7 +1280,9 @@ def sequence_conv(input,
1280
bias_attr (ParamAttr): The parameter attribute for the bias of this layer.
1281
If it is set to False, no bias will be added to the output units.
1282
If it is set to None, the bias is initialized zero. Default: None.
1283
- param_attr (ParamAttr|None): attributes for parameter
+ param_attr (ParamAttr): The parameter attribute for learnable parameters/weights
1284
+ of this layer. If it is set to None, the parameter is initialized with
1285
+ Xavier. Default: None.
1286
act (str): the activation type
1287
1288
Returns:
0 commit comments