I am using Jupyter notebook for Sentiment Analysis using LSTM. I executed the following code to get the error.
lstmCell = tf.contrib.rnn.BasicLSTMCell(lstmUnits)
And the jupyter notebook showed a file not found error. The answers I found on the internet said that I should move the file to another location. But it wasn't clear to me. Can anyone please guide me through this?