我正在尝试使用 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'
有没有其他人有这个问题?