diff --git a/develop/doc/api/v2/config/layer.html b/develop/doc/api/v2/config/layer.html index 492eeb88b8665e0b8dac05acea6bb7c4cb42868b..893c5c71e157bb3e70ce71edefb1256861612156 100644 --- a/develop/doc/api/v2/config/layer.html +++ b/develop/doc/api/v2/config/layer.html @@ -3003,6 +3003,10 @@ It is an optional argument. type weight:paddle.v2.config_base.Layer +param coeff:The coefficient affects the gradient in the backward. + +type coeff:float + param layer_attr:  layer’s extra attribute. @@ -3130,6 +3134,7 @@ field model.

optional argument.
  • param_attr (paddle.v2.attr.ParameterAttribute) – Parameter attribute. None means default attribute
  • name (None|basestring) – The name of this layers. It is not necessary.
  • +
  • coeff (float) – The coefficient affects the gradient in the backward.
  • layer_attr (paddle.v2.attr.ExtraAttributeNone) – Extra Layer config.
  • @@ -3409,6 +3414,7 @@ size of input and label are equal. The formula is as follows,

  • input (paddle.v2.config_base.Layer) – The input layer.
  • label – The input label.
  • name (None|basestring) – The name of this layers. It is not necessary.
  • +
  • coeff (float) – The coefficient affects the gradient in the backward.
  • layer_attr (paddle.v2.attr.ExtraAttribute) – Extra Layer Attribute.
  • diff --git a/develop/doc_cn/api/v2/config/layer.html b/develop/doc_cn/api/v2/config/layer.html index 2ec7b3d3fcc7cc5d18fc450022591c723a50fc2b..b1f7de5a4ac601e211cb0e113747bc4ceb33d11b 100644 --- a/develop/doc_cn/api/v2/config/layer.html +++ b/develop/doc_cn/api/v2/config/layer.html @@ -3010,6 +3010,10 @@ It is an optional argument. type weight:paddle.v2.config_base.Layer +param coeff:The coefficient affects the gradient in the backward. + +type coeff:float + param layer_attr:  layer’s extra attribute. @@ -3137,6 +3141,7 @@ field model.

    optional argument.
  • param_attr (paddle.v2.attr.ParameterAttribute) – Parameter attribute. None means default attribute
  • name (None|basestring) – The name of this layers. It is not necessary.
  • +
  • coeff (float) – The coefficient affects the gradient in the backward.
  • layer_attr (paddle.v2.attr.ExtraAttributeNone) – Extra Layer config.
  • @@ -3416,6 +3421,7 @@ size of input and label are equal. The formula is as follows,

  • input (paddle.v2.config_base.Layer) – The input layer.
  • label – The input label.
  • name (None|basestring) – The name of this layers. It is not necessary.
  • +
  • coeff (float) – The coefficient affects the gradient in the backward.
  • layer_attr (paddle.v2.attr.ExtraAttribute) – Extra Layer Attribute.