提交 01afde49 编写于 作者: J Jianwei Xie 提交者: TensorFlower Gardener

Move callers from tf.nn.bidirectional_rnn -> tf.contrib.rnn.static_bidirectional_rnn

Change: 141490478
上级 82e66a92
......@@ -92,7 +92,7 @@ class FusedRnnCellTest(tf.test.TestCase):
# test bi-directional rnn
with tf.variable_scope("basic", initializer=initializer):
unpacked_inputs = tf.unstack(inputs)
outputs, fw_state, bw_state = tf.nn.bidirectional_rnn(
outputs, fw_state, bw_state = tf.contrib.rnn.static_bidirectional_rnn(
cell, cell, unpacked_inputs, dtype=tf.float64)
packed_outputs = tf.stack(outputs)
basic_vars = [v for v in tf.trainable_variables()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册