我正在尝试使用张量流' TensorForestEstimator'运行随机森林示例。以下是我在tensorflow git repo中使用的代码:
我收到错误:
文件" /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
答案 0 :(得分:0)
Tensorflow 1.1 +的问题消失了。