Class LSTMStateTuple

Aliases:

  • Class tf.contrib.rnn.LSTMStateTuple
  • Class tf.nn.rnn_cell.LSTMStateTuple

用于存储LSTM单元的state_size,zero_state和output state的元组。按顺序存储两个元素(c,h),其中c是隐藏状态,h是输出。只有在state_is_tuple=True是才使用。

代码实例:

tensorflow学习之LSTMStateTuple详解

相关文章:

  • 2022-01-22
  • 2022-02-06
  • 2021-08-07
  • 2021-07-10
  • 2022-12-23
  • 2021-10-20
  • 2021-06-20
  • 2022-12-23
猜你喜欢
  • 2021-06-15
  • 2021-12-30
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案