Skip to content

Commit 9fa5f8c

Browse files
author
chengduozh
committed
fix seq_conv doc
test=develop
1 parent 9e8fba4 commit 9fa5f8c

File tree

1 file changed

+3
-1
lines changed
  • python/paddle/fluid/layers

1 file changed

+3
-1
lines changed

python/paddle/fluid/layers/nn.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,9 @@ def sequence_conv(input,
12801280
bias_attr (ParamAttr): The parameter attribute for the bias of this layer.
12811281
If it is set to False, no bias will be added to the output units.
12821282
If it is set to None, the bias is initialized zero. Default: None.
1283-
param_attr (ParamAttr|None): attributes for parameter
1283+
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.
12841286
act (str): the activation type
12851287
12861288
Returns:

0 commit comments

Comments
 (0)