腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
tensorflow
1.3.0
AttributeError
:
模块
“
tensorflow
”
没有
属性
“
function
”
、
我使用的是
tensorflow
1.3.0
(我使用了一些论文的代码,他们说依赖关系是tf
1.3.0
),当我运行代码时,我得到了: ~/.local/lib/python3.6/site-packagessonnet/src/base.py in <module>() 36 T = TypeVar("T") ---> 37 TFFunctionType = type(tf.
function
APPL
浏览 4
提问于2020-08-25
得票数 0
1
回答
“进口.”触发
AttributeError
、
当我用“导入”就像我得到了"
AttributeError
:
模块
'
tensorflow
‘
没有
属性
'python'“import
tensorflow
.python.ops.control_flow_opsenv: Python3.6.3+
tensorflow
1.3.
浏览 4
提问于2017-11-29
得票数 2
回答已采纳
4
回答
AttributeError
:
模块
'
tensorflow
‘
没有
属性
'feature_column’
、
、
因此,我对机器学习很陌生,我正在尝试这里提供的
TensorFlow
线性模型教程: 那么,我为什么要得到这个错误,以及如何修复它呢?
浏览 3
提问于2017-10-23
得票数 8
1
回答
python3可以识别
tensorflow
,但不能识别它的任何
属性
、
python3无法识别任何
tensorflow
属性
AttributeError
:
模块
“”
tensorflow
“”
没有
特性“”squared_difference“”pip3列表| grep
tensorflow
tensorflow</
浏览 1
提问于2019-10-27
得票数 8
2
回答
AttributeError
: keras.backend,
没有
属性
‘急切’
、
、
我使用python 3.8.2、keras 2.3.1和
tensorflow
2.2.0rc4。只需使用以下代码:from keras.models import sequentialimport
tensorflow
from
tensorflow
.kera
浏览 2
提问于2020-05-20
得票数 1
3
回答
模块
'
Tensorflow
‘
没有
分布
、
、
在使用
TensorFlow
时,我在Google中遇到了一些奇怪的错误,比如:
模块
'
tensorflow
‘
没有
属性
’占位符‘ 帮助会很感激的。
浏览 8
提问于2020-06-26
得票数 0
2
回答
无法更新
tensorflow
的版本
、
在
tensorflow
中运行LinearClassifier的代码时,我遇到了下面的错误。
AttributeError
:
模块
'
tensorflow
.python.estimator.estimator_lib‘
没有
特性'LinearRegressor’我尝试从命令提示符使用下面的命令来升级它,它成功地更新了包,但是当我使用它时,它
没有</
浏览 0
提问于2017-09-04
得票数 1
1
回答
TensorFlow
特征值与特征向量
、
、
、
我想在
TensorFlow
中使用特征值,但是它使用“tf.self_adjoint_eig”给出了错误的特征值/特征向量。
浏览 0
提问于2018-07-26
得票数 3
1
回答
在转换'
tensorflow
.python.keras.api._v1.keras.layers‘时,我得到了
AttributeError
:
模块
char2num
没有
“实验性”
属性
、
、
我使用
TensorFlow
将字符串的字符转换为数字。职能如下:from
tensorflow
import keraschar_to_numtf.keras.layers.experimental.preprocessing.StringLookup(但我得到了以下错误
浏览 2
提问于2020-09-04
得票数 0
1
回答
模块
'
tensorflow
‘
没有
属性
’会话‘
、
我在
tensorflow
下运行python3.7.4 Shell程序。当我输入sess = tf.Session()时,命令行提示我
模块
'
tensorflow
‘
没有
属性
'Session’这是消息:“跟踪(最近一次调用):File”,第1行,在sess = tf.Session()
AttributeError
:
模块
'
tensorflow
‘中
没有
属性
’会话‘ 请帮
浏览 3
提问于2020-03-03
得票数 1
1
回答
AttributeERROR
:
模块
的
AttributeERROR
.keras.applicationsas不具有
属性
efficientnet_v2
、
、
、
、
当我尝试运行efficientNetv2模型时,我得到了这个erreur
Tensorflow
版本:
tensorflow
-gpu:2.6
浏览 7
提问于2022-11-11
得票数 -2
1
回答
TensorFlow
根本
没有
任何
属性
、
我按照关于
TensorFlow
的说明在我的系统上安装了,并尝试了pip安装和anaconda安装。我试着做了几个例子,但都
没有
用。>>> import
tensorflow
Traceback (most recent call last):
AttributeError
: mod
浏览 2
提问于2016-05-17
得票数 1
1
回答
树莓Pi错误运行实例的
Tensorflow
、
、
我从"“中安装了
tensorflow
v1.1.0。现在我试着从
tensorflow
网站上的例子中运行一个代码。这就是我一直在犯的错误: 我将Debian Jessie与python 2.7.9结合使用。
浏览 0
提问于2018-04-03
得票数 0
2
回答
TensorFlow
2和Keras:
、
当我想在
TensorFlow
2中使用Keras时,我得到了以下错误:
AttributeError
:
模块
'
tensorflow
‘
没有
属性
'get_default_graph’
浏览 1
提问于2019-01-17
得票数 2
3
回答
无法加载
tensorflow
_hub
、
、
写入导入
tensorflow
_hub后,出现以下错误:导出器:
模块
“”
tensorflow
.python.estimator.estimator_lib“”
没有
属性
“”
AttributeError
“”谢谢!
浏览 10
提问于2018-04-11
得票数 8
3
回答
tensorflow
急切
模块
中的错误
我的操作系统是Ubuntu 16.04
Tensorflow
版本为14.0import
tensorflow
as tftfe.enable_eager_execution()m = tf.matmul(x, x)
AttributeError
:
模块
“
tensorflow
.contrib.ea
浏览 0
提问于2017-11-07
得票数 6
2
回答
tensorflow
错误:
模块
没有
属性
GraphDef
、
代码在这里od_graph_def = tf.GraphDef()
AttributeError
: module '
tensorflow
' has no attribute 'GraphDef
浏览 2
提问于2020-01-02
得票数 0
1
回答
AttributeError
:在Keras中,
模块
'
Tensorflow
‘
没有
属性
'python’
、
、
、
、
系统信息:我正在研究一个暹罗算法,在后端。我导入了keras后端,如下所示,它显示了上面的
属性
错误。这样做的原因是什么,以及如何避免这一问题?import
tensorflow
.python.keras.backend as K
AttributeError
:
模块
'
tensorflow
‘
没有
属性
'python'
浏览 1
提问于2020-08-19
得票数 0
回答已采纳
1
回答
AttributeError
:
模块
'
tensorflow
‘
没有
属性
’cont肋骨‘-- @tf.contrib.eager.defun
、
我有问题连接
tensorflow
,在我的脚本中有译码器@tf.contrib.eager.defun。运行后只给出错误(
AttributeError
:
模块
'
tensorflow
‘
没有
属性
’cont肋骨‘)。请帮帮我。我的版本张量= 2.8.0 我更改了一些
tensorflow
命令,但是这个问题仍然存在。
浏览 8
提问于2022-03-31
得票数 1
5
回答
AttributeError
:
模块
'
tensorflow
‘
没有
属性
'gfile’
、
、
我用
tensorflow
2.0在Google 上训练了一个简单的mnist模型,并将其保存为.json格式。查看我编写代码的Colab。然后运行命令它显示了错误
AttributeError
:
模块
'
tensorflow
‘
没有
属性
浏览 4
提问于2019-04-09
得票数 18
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
我们期待的TensorFlow 2.0还有哪些变化?
我们期待的TensorFlow 2.0还有哪些变化?
PyTorch VS TensorFlow谁最强?这是标星15000+Transformers库的运行结果
Windows下TensorFlow+Faster Rcnn 详细安装步骤(一)
TensorFlow学习
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券