Ajaz Ahmed
Results
1
comments of
Ajaz Ahmed
In my case I replaced `tf.contrib.rnn.core_rnn_cell.BasicLSTMCell` with `tf.contrib.rnn.BasicLSTMCell` and I replaced every `rnn.core_rnn_cell` with just `rnn` and it was working.