AttributeError: module 'tensorflow.python.ops.rnn' has no attribute 'rnn'

TensorFlow原版本报错:AttributeError: module 'tensorflow.python.ops.rnn' has no attribute 'rnn'python from tensorflow.python.ops import rnn, rnn_cell lstm_cell = rnn_cell.BasicLSTMCell(rnn_size,state_is_tu
相关文章
相关标签/搜索