小编Haz*_*din的帖子

Tensorflow LSTM中的c_state和m_state是什么?

Tensorflow r0.12的tf.nn.rnn_cell.LSTMCell文档将其描述为init:

tf.nn.rnn_cell.LSTMCell.__call__(inputs, state, scope=None)
Run Code Online (Sandbox Code Playgroud)

其中state如下:

state:如果state_is_tuple为False,则必须是状态Tensor,2-D,batch x state_size.如果state_is_tuple为True,则它必须是状态Tensors的元组,两者都是2-D,列大小为c_state和m_state.

它们是什么c_state以及m_state它们如何适合LSTM?我在文档中的任何地方都找不到对它们的引用.

以下是文档中该页面的链接.

python deep-learning lstm tensorflow

16
推荐指数
2
解决办法
9070
查看次数

标签 统计

deep-learning ×1

lstm ×1

python ×1

tensorflow ×1