Tenosrflow RandomForest' TensorForestEstimator'示例predict()和score()不会引发任何属性错误

时间:2017-03-19 05:19:37

标签: python-3.x tensorflow

我正在尝试使用张量流' TensorForestEstimator'运行随机森林示例。以下是我在tensorflow git repo中使用的代码:

Github Code Link

我收到错误:

文件" /home/mckw9/tensorflow2/lib/python3.4/site-packages/tensorflow/contrib/learn/python/learn/estimators/estimator.py" ;,第1363行,得分     eval_results,global_step = self._estimator._evaluate_model(

属性错误:' TensorForestEstimator'对象没有属性' _evaluate_model'

我使用的是tensorflow-gpu 1.0.1,NVIDIA Titan X Pascal 12GB GDDR5X,Ubuntu 14.04,Python 3.4

1 个答案:

答案 0 :(得分:0)

Tensorflow 1.1 +的问题消失了。