1

我正在尝试使用 tensorflow,但 tf.estimator 不提供 DNNClassifier(和其他估计器)。

我在 Windows 10 上的 Anaconda 中运行 Python 3.6。我使用 conda install tensorflow 来加载和导入 tensorflow 作为 tf 来导入包。

当我尝试使用 DNNClassifier 时,我收到错误消息:

AttributeError: module 'tensorflow.python.estimator.estimator_lib' has no attribute 'DNNClassifier'

有没有其他人有这个问题?

4

1 回答 1

0

使用 pip 安装。除非您有 nvidia GPU,否则安装 CPU 版本。

于 2018-03-25T20:14:39.627 回答