Juhi Kamdar

Results 3 comments of Juhi Kamdar

Try to replace Line no. 87 by single_cell = tf.contrib.rnn.rnn_cell.BasicLSTMCell(attn_num_hidden, forget_bias=0.0, state_is_tuple=False) replacing "core_rnn_cell" by "rnn_cell" solves the issue of tensorflow 0.12.1 and python 3

I changed the version to tensorflow 2.0. This solved the issue.

For testing I found it -> model/model.py line no. 85 For predict, you may improvise the predict method on line no. 288 of model.py