腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(4138)
视频
沙龙
1
回答
TensorFlow2.0
:
AttributeError
:
模块
'
Tensorflow
‘
没有
属性
'
matrix_band_part
’
tensorflow2.0
、
attributeerror
在运行代码tf.matrix_band_part时,我得到以下错误我的
tensorflow
版本: 2.0 这个问题的任何解决方案都是需要的。
浏览 46
提问于2020-05-15
得票数 0
1
回答
如何在
tensorflow
2.0中运行冻结的图形
tensorflow
是否可以在
TensorFlow2.0
中运行冻结的图形? 创建会话时观察到以下错误。with tf.Session(graph=graph) as sess: output_data = sess.run(y, feed_dict={x: test_images}) 会话:
模块
“”
tensorflow
“”
没有
属性
“”
AttributeError
“” 完整的代码可以在这里找到。
浏览 15
提问于2019-03-09
得票数 1
回答已采纳
1
回答
错误: ModuleNotFoundError:
没有
名为'
tensorflow
.contrib‘的
模块
python
、
tensorflow
我正在使用
TensorFlow2.0
,但在执行train.py时遇到错误。从
tensorflow
.contrib.memory_stats.python.ops.memory_stats_ops导入BytesInUse ModuleNotFoundError:
没有
名为'
tensorflow
.contrib‘的
模块
有
没有
人能帮我在
tensorflow2.0
中找到tf.contrib
模块
浏览 24
提问于2020-10-29
得票数 0
1
回答
python3可以识别
tensorflow
,但不能识别它的任何
属性
tensorflow
、
attributeerror
python3无法识别任何
tensorflow
属性
AttributeError
:
模块
“”
tensorflow
“”
没有
特性“”squared_difference“”pip3列表| grep
tensorflow
tensorflow</
浏览 1
提问于2019-10-27
得票数 8
1
回答
获取错误"
AttributeError
:
模块
'
tensorflow
‘
没有
属性
'contrib'“
python
、
tensorflow
、
flask
、
magenta
、
google-music
我正在尝试在Windows10中安装ai duet,我已经安装了所有的要求(
TensorFlow
,Magenta,Flask,Gunicorn和iPython),我正在做python server.pyUsers\Luis\Desktop\magenta\aiexperiments-ai-duet\server>python server.py 2020-05-27 01:47:20.875736: W
tensorflow
dynamic library 'cudart64_101.dll'; dlerror: cudart64_1
浏览 5
提问于2020-05-27
得票数 0
3
回答
模块
'
Tensorflow
‘
没有
分布
python
、
tensorflow
、
google-colaboratory
在使用
TensorFlow
时,我在Google中遇到了一些奇怪的错误,比如:
模块
'
tensorflow
‘
没有
属性
’占位符‘ 帮助会很感激的。
浏览 8
提问于2020-06-26
得票数 0
1
回答
AttributeERROR
:
模块
的
AttributeERROR
.keras.applicationsas不具有
属性
efficientnet_v2
python
、
tensorflow
、
keras
、
deep-learning
、
efficientnet
当我尝试运行efficientNetv2模型时,我得到了这个erreur
Tensorflow
版本:
tensorflow
-gpu:2.6
浏览 7
提问于2022-11-11
得票数 -2
2
回答
AttributeError
: keras.backend,
没有
属性
‘急切’
python
、
tensorflow
、
keras
我使用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
1
回答
在转换'
tensorflow
.python.keras.api._v1.keras.layers‘时,我得到了
AttributeError
:
模块
char2num
没有
“实验性”
属性
python
、
tensorflow
、
keras
我使用
TensorFlow
将字符串的字符转换为数字。职能如下:from
tensorflow
import keraschar_to_numtf.keras.layers.experimental.preprocessing.StringLookup(但我得到了以下错误
浏览 2
提问于2020-09-04
得票数 0
1
回答
模块
'
tensorflow
‘
没有
属性
’会话‘
python
、
tensorflow
我在
tensorflow
下运行python3.7.4 Shell程序。当我输入sess = tf.Session()时,命令行提示我
模块
'
tensorflow
‘
没有
属性
'Session’这是消息:“跟踪(最近一次调用):File”,第1行,在sess = tf.Session()
AttributeError
:
模块
'
tensorflow
‘中
没有
属性
’会话‘ 请帮
浏览 3
提问于2020-03-03
得票数 1
1
回答
TensorFlow
特征值与特征向量
python
、
tensorflow
、
eigenvalue
、
eigenvector
我想在
TensorFlow
中使用特征值,但是它使用“tf.self_adjoint_eig”给出了错误的特征值/特征向量。
浏览 0
提问于2018-07-26
得票数 3
1
回答
树莓Pi错误运行实例的
Tensorflow
python
、
tensorflow
、
raspberry-pi3
我从"“中安装了
tensorflow
v1.1.0。现在我试着从
tensorflow
网站上的例子中运行一个代码。这就是我一直在犯的错误: 我将Debian Jessie与python 2.7.9结合使用。
浏览 0
提问于2018-04-03
得票数 0
2
回答
TensorFlow
2和Keras:
tensorflow
、
tensorflow2.0
当我想在
TensorFlow
2中使用Keras时,我得到了以下错误:
AttributeError
:
模块
'
tensorflow
‘
没有
属性
'get_default_graph’
浏览 1
提问于2019-01-17
得票数 2
1
回答
“进口.”触发
AttributeError
python
、
tensorflow
当我用“导入”就像我得到了"
AttributeError
:
模块
'
tensorflow
‘
没有
属性
'python'“import
tensorflow
.python.ops.control_flow_opsenv: Python3.6.3+
tensorflow
1.3.0
浏览 4
提问于2017-11-29
得票数 2
回答已采纳
4
回答
AttributeError
:
模块
“”
tensorflow
“”
没有
属性
“”app“”
python-3.x
、
tensorflow
、
object-detection
我正在关注this tutorial并做一个使用
tensorflow
进行自定义对象检测的项目。most recent call last): flags = tf.app.flags
AttributeError
: module '
tensorflow
' has no attribute 'app' 如何解决此错误?
浏览 84
提问于2019-10-06
得票数 39
1
回答
AttributeError
:
模块
'
tensorflow
‘
没有
属性
'WholeFileReader’
python
、
tensorflow
、
tensorflow2.0
、
filereader
、
attributeerror
我一直在尝试实现这段代码,并意识到在
TensorFlow
V2中有很多已经被废弃和更新了。此外,我正在使用google,因此不能依赖V1,因为它说colab不支持
TensorFlow
V2。这是我的代码。(path, img)] reader=tf.WholeFileReader() #
AttributeError
浏览 16
提问于2022-11-04
得票数 0
2
回答
AttributeError
:
模块
'
tensorflow
‘
没有
属性
’会话‘
tensorflow
、
python-3.6
import
tensorflow
as tf tf.Session()跟踪(最近一次调用):
AttributeError
:
模块
'
tensorflow
‘中的文件"",第1行,
没有
属性
'Session’这是我的系统信息
TensorFlow
版本(使用下面
浏览 3
提问于2018-04-15
得票数 3
回答已采纳
1
回答
AttributeError
:
模块
“”
tensorflow
“”
没有
属性
“”version“”
tensorflow2.0
有
没有
人能帮帮忙,为什么我收到这个错误
AttributeError
: module '
tensorflow
' has no attribute 'version'?已安装TF2.0.0.rc0import
tensorflow
as tf from
浏览 1
提问于2019-08-31
得票数 0
4
回答
AttributeError
:
模块
“
tensorflow
”
没有
属性
“图”
python-3.x
、
ubuntu
、
tensorflow
import
tensorflow
as tf在执行这段简单的代码时,我会遇到以下错误。
AttributeError
:
模块
“
tensorflow
”
没有
属性
“图” (test) xingzhou@xingzhou008:~/<e
浏览 5
提问于2017-02-20
得票数 3
1
回答
AttributeError
:
模块
'
tensorflow
‘
没有
属性
'unpack’
tensorflow
、
tflearn
\tflearn\layers\recurrent.py", line 197, in lstm
AttributeError
: module'
tensorflow
' has no attribute 'unpack'g = tflearn.input_data(shape=[None, maxlen, len(char_idx
浏览 1
提问于2017-02-18
得票数 2
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券