monikkinom / ner-lstm

Named Entity Recognition using multilayered bidirectional LSTM
540 stars 183 forks source link

Problem with Tensor Flow 0.9 #2

Closed zero76114 closed 8 years ago

zero76114 commented 8 years ago

@monikkinom I get a error when run main.py ImportError: This module is deprecated. Use tf.nn.rnn_cell instead. My version Tensor Flow is 0.9; Do you have any idea to solve that? Many thanks

shreenibhar commented 8 years ago

As of now we have done it on tensor flow 0.8 because of bidirectional lstm gpu support. tensor flow 0.9 is not supported in this code as of now.

monikkinom commented 8 years ago

The code has been updated and it is compatible with tensorflow 0.9 and above