diff --git a/develop/doc/api/v2/config/layer.html b/develop/doc/api/v2/config/layer.html index eb10ff792f4ee0b8f8413956e6112ef7534e905d..11191b558c265baf1217e59e1d1ff0682e65e4ca 100644 --- a/develop/doc/api/v2/config/layer.html +++ b/develop/doc/api/v2/config/layer.html @@ -1027,6 +1027,7 @@ more details about LSTM.
paddle.v2.layer.
lstm_step
LSTM Step Layer. It used in recurrent_group. The lstm equations are shown -as follow.
+LSTM Step Layer. This function is used only in recurrent_group. +The lstm equations are shown as follows.
The input of lstm step is \(Wx_t + Wh_{t-1}\), and user should use
mixed
and full_matrix_projection
to calculate these
-input vector.
The state of lstm step is \(c_{t-1}\). And lstm step layer will do
This layer contains two outputs. Default output is \(h_t\). The other -output is \(o_t\), which name is ‘state’ and can use +
This layer has two outputs. Default output is \(h_t\). The other
+output is \(o_t\), whose name is ‘state’ and can use
get_output
to extract this output.
Parameters: |
|
---|