_coder_ops.so not found due to procedure entry point not found error

时间:2019-03-06 11:42:54

标签: tensorflow

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?

0 个答案:

没有答案