带有LSTMCell错误的Attention_decoder:急于执行

时间:2019-03-17 12:12:16

标签: tensorflow decoder eager

我正在使用tensorflow-gpu版本1.12.0 我用tf.contrib.legacy_seq2seq.attention_decoder做了一些实验。

cell属性为tensorflow.python.ops.rnn_cell.BasicRNNCelltensorflow.python.ops.rnn_cell.GRUCell时,它可以正常工作。

但是当cell = tf.nn.rnn_cell.LSTMCellcell = tensorflow.python.ops.rnn_cell.BasicLSTMCell出现错误时:

TypeError: Tensor objects are only iterable when eager execution is enabled. To iterate over this tensor use tf.map_fn.

我尝试了很多方法,但不知道如何解决此问题。请给我一些解决方案

0 个答案:

没有答案