Question on fluid.layers.dynamic_lstm
Created by: jczaja
Hi,
I have question of returned values of fluid.layers.dynamic_lstm. According to : http://paddlepaddle.org/documentation/api/en/0.14.0/layers.html#dynamic-lstm
dynamic_lstm does return hidden state as well as cell state. My questions are:
- what is the intention of returning cell state by dynamic_lstm?
- In what situation it can be useful for a model to have an access to cell state when using dynamic_lstm?
- Can you point me fluid model that is actively(not ignoring) using cell state as returned by dynamic_lstm ?
Best Regards,