我正在尝试使用tensorflow,但是DNFlassifier(和其他估算器)不能从tf.estimator获得。
我在Windows 10上的Anaconda中运行Python 3.6。我使用conda install tensorflow加载并导入tensorflow作为tf导入包。
当我尝试使用DNNClassifier时,收到错误消息:
AttributeError: module 'tensorflow.python.estimator.estimator_lib' has no attribute 'DNNClassifier'
有其他人有这个问题吗?
答案 0 :(得分:0)
Install using pip. Install the CPU version unless you have an nvidia GPU.