diff --git a/develop/doc/api/v2/config/layer.html b/develop/doc/api/v2/config/layer.html index 11234c511075a21d78f4715c8a33a16b254e4312..a3e2079cf345d40695f8ccd15b04f200d073186b 100644 --- a/develop/doc/api/v2/config/layer.html +++ b/develop/doc/api/v2/config/layer.html @@ -2207,8 +2207,8 @@ will be sliced for multiple times.

Parameters: @@ -3033,7 +3033,7 @@ processed in one batch.

class paddle.v2.layer.scale_shift

A layer applies a linear transformation to each element in each row of -the input matrix. For each element, the layer first re-scale it and then +the input matrix. For each element, the layer first re-scales it and then adds a bias to it.

This layer is very like the SlopeInterceptLayer, except the scale and bias are trainable.

diff --git a/develop/doc_cn/api/v2/config/layer.html b/develop/doc_cn/api/v2/config/layer.html index 3015326f8da8f63e32e5f24d1ce73e4501c1e439..11adf07ac5a15f8db120419e62ce1fdc6634c3a6 100644 --- a/develop/doc_cn/api/v2/config/layer.html +++ b/develop/doc_cn/api/v2/config/layer.html @@ -2221,8 +2221,8 @@ will be sliced for multiple times.

参数: @@ -3047,7 +3047,7 @@ processed in one batch.

class paddle.v2.layer.scale_shift

A layer applies a linear transformation to each element in each row of -the input matrix. For each element, the layer first re-scale it and then +the input matrix. For each element, the layer first re-scales it and then adds a bias to it.

This layer is very like the SlopeInterceptLayer, except the scale and bias are trainable.