lstm_cell = tf.contrib.rnn.BasicLSTMCell( AttributeError: 'module' object has no attribute 'BasicLSTMCell'. Is it been replaced by other cell?
lstm_cell = tf.contrib.rnn.BasicLSTMCell(
AttributeError: 'module' object has no attribute 'BasicLSTMCell'.
Is it been replaced by other cell?