module 'tensorflow.contrib.rnn' has no attribute 'core_run_cell' 'BasicLSTMCell'
module ‘tensorflow.contrib.rnn’ has no attribute ‘core_run_cell’
tf.contrib.rnn.core_run_cell.BasicLSTMCell() 直接改成
tf.contrib.rnn.BasicLSTMCell()module ‘tensorflow.contrib.rnn’ has no attribute ‘core_run_cell’
tf.contrib.rnn.core_run_cell.BasicLSTMCell() 直接改成
tf.contrib.rnn.BasicLSTMCell()相关推荐