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 1b6a54e commit 2b93934Copy full SHA for 2b93934
python/paddle/trainer_config_helpers/layers.py
@@ -3592,8 +3592,8 @@ def lstm_step_layer(input,
3592
:type gate_act: BaseActivation
3593
:param state_act: State Activation Type. TanhActivation is the default.
3594
:type state_act: BaseActivation
3595
- :param bias_attr: The bias attribute. If the parameter is set to
3596
- True or None, the bias is initialized to zero.
+ :param bias_attr: The parameter attribute for bias. If this parameter is
+ set to True or None, the bias is initialized to zero.
3597
:type bias_attr: ParameterAttribute | None | True
3598
:param layer_attr: layer's extra attribute.
3599
:type layer_attr: ExtraLayerAttribute
0 commit comments