我正在尝试建立用于情感分析的NLP模型并使用keras来实现神经网络。我已经安装了所有tensorflow,tensorflow-gpu,keras的最新版本并使用python 3.6.6。
这是初始代码:
import tensorflow as tf
我遇到错误
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed: The specified module could not be found.
导入张量流时在第一行。
我已经搜索了网上的所有内容,但找不到解决该问题的方法。