在使用google的tensorflow遇到的tf.nn没有属性sequence_loss问题
tf.nn.seq2seq.sequence_loss_by_example
to
tf.contrib.legacy_seq2seq.sequence_loss_by_example
tf.nn.rnn_cell.
to
tf.contrib.rnn.
1.0修改了很多地方,错误可取官网搜索。
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:module ‘tensorflow.python.ops.nn’ has no attribute ‘seq2seq’ ‘rnn_cell’ - Python技术站