hse-aml / natural-language-processing

Resources for "Natural Language Processing" Coursera course.

Home Page:https://www.coursera.org/learn/language-processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tf.nn.rnn_cell.BasicLSTMCell is deprecated - Week2

Nikronic opened this issue · comments

Hello
tf.nn.rnn_cell.BasicLSTMCell is deprecated and tf.nn.rnn_cell.LSTMCell is replaced.

And there is some text about optimization with GPU:

"Note that this cell is not optimized for performance. Please use tf.contrib.cudnn_rnn.CudnnLSTM for better performance on GPU"

Fixed