【发布时间】:2017-12-05 20:42:31
【问题描述】:
我正在尝试使用 Tensorflow 和 Python 3.6 构建从 Github 下载的 LSTM 模型。该模型的链接是https://github.com/adeshpande3/LSTM-Sentiment-Analysis。
当执行以下命令时
lstmCell = tf.contrib.rnn.BasicLSTMCell(lstmUnits)
我收到错误
NotFoundError: D:\Anaconda3\lib\site-packages\tensorflow\contrib\rnn\python\ops_lstm_ops.dll 未找到
您可能已经注意到,路径没有非 ASCII 码!!
有什么建议吗?
【问题讨论】:
标签: python python-3.x tensorflow lstm rnn