TensorFlow RNN 单元包装器类
TensorFlow 还提供包装其他单元类的类:
tf.contrib.rnn.LSTMBlockWrapper
tf.contrib.rnn.DropoutWrapper
tf.contrib.rnn.EmbeddingWrapper
tf.contrib.rnn.InputProjectionWrapper
tf.contrib.rnn.OutputProjectionWrapper
tf.contrib.rnn.DeviceWrapper
tf.contrib.rnn.ResidualWrapper
有关 TensorFlow 中 RNN 的最新文档,请访问以下链接:https://www.tensorflow.org/api_guides/python/contrib.rnn.