gpt4 book ai didi

python-3.x - AttributeError:模块 'tensorflow.python.estimator.estimator_lib' 没有属性 'LinearRegressor'

转载 作者:行者123 更新时间:2023-12-04 13:15:40 25 4
gpt4 key购买 nike

import tensorflow as tf
import numpy as np
feature_columns = [tf.feature_column.numeric_column("x", shape=[1])]
estimator = tf.estimator.LinearRegressor(feature_columns=feature_columns)

我的代码在上面。
然后它显示错误

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



Python 3.5.2

最佳答案

可能您使用的是较旧的 tensorflow 版本,如 tf.estimator.LinearRegressor 包含在 tensorflow=1.3.0 中.

升级你的 tensorflow 安装

pip install --upgrade tensorflow==1.3.0

关于python-3.x - AttributeError:模块 'tensorflow.python.estimator.estimator_lib' 没有属性 'LinearRegressor',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45817355/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com