腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
如何
修复
模块
'
tensorflow.python.keras.activations
‘
没有
属性
'
get
’
错误
?
、
、
、
、
我正在尝试创建一个DCGAN,但是在为我的鉴别器初始化Convolutional2D层时,我一直收到这个
错误
。几天前我试过它的时候,它工作得很好,但现在它坏了。
浏览 14
提问于2021-06-11
得票数 0
回答已采纳
1
回答
如何
修复
错误
AttributeError:
模块
'keras.backend‘
没有
属性
'
get
_session’
、
、
、
执行此代码My code时出现
错误
浏览 5
提问于2020-09-29
得票数 0
1
回答
如何
修复
模块
'tensorflow‘
没有
属性
'
get
_default_session’
、
、
请帮我解决这个问题--我用ImageAI来检测汽车,但是
没有
用,我是纽比,对不起import os self.sess = K.
get
_session.virtualenvs/Image
浏览 0
提问于2019-07-10
得票数 3
回答已采纳
1
回答
如何
修复
错误
:“AttributeError:
模块
'tensorflow‘
没有
属性
'contrib’”
、
、
tf.contrib.slim.tfexample_decoder我在stackoverflow上发现了一个询问(访问) 但是我不能
修复
这个
错误
如何
修复
这个
错误
的细节?
浏览 1
提问于2019-10-29
得票数 1
1
回答
“列表”对象
没有
属性
'
get
_rect‘
错误
如何
修复
?
、
、
所以我这里有一个脚本,我得到了这个
错误
'list‘对象
没有
属性
'
get
_rect’,我不知道
如何
解决这个问题 self.topleft = (self.x,self.y) player_rect = rights.
get
_rect(center =(image,(i
浏览 2
提问于2020-05-23
得票数 1
回答已采纳
1
回答
如何
修复
此图:
模块
'tensorflow‘
没有
属性
’
get
_default_AttributeError‘?
、
、
import argparse from mtcnn import MTCNN返回
错误
,如下所示: AttributeError: module 'tensorflow' has no attribute '
get
_default_graph'
浏览 0
提问于2020-10-28
得票数 0
3
回答
如何
在OpenCV for Python中使用surf和sift检测器
、
、
在执行时,它会给出一个
错误
:"AttributeError:‘
模块
’对象
没有
‘SURF’
属性
“。
如何
下载Python (Windows)的此
模块
并
修复
此
错误
?
浏览 0
提问于2015-11-12
得票数 7
回答已采纳
3
回答
如何
修复
错误
:
模块
“不和谐”
没有
属性
“Bot”
、
、
的情况:Traceback (most recent call last): File "main.py"
浏览 8
提问于2021-10-26
得票数 2
回答已采纳
1
回答
python django:
如何
修复
错误
: AttributeError at / 'Home‘对象
没有
'
get
’
属性
、
、
一个调用home,另一个调用fruits,但我得到一个
错误
: AttributeError at / 'Home‘对象
没有
'
get
’
属性
上面的'Home‘是我模型中的一个类,但我不知道当我在views.py中调用Home.objects.all()时,它为什么会显示’Home object no attribute
get
‘from django.db import models 环境: Request Method:
浏览 0
提问于2020-11-03
得票数 0
1
回答
属性
错误
:
模块
tensorflow
没有
属性
'
get
_default_graph'?
、
、
我得到一个
错误
模块
'tensorflow‘
没有
属性
'
get
_default_graph’.Please帮助我解决这个问题。tf.constant(2)with tf.compat.v1.Session() as sess:print(result1) print(tf.
get
_default_graph
浏览 17
提问于2021-01-06
得票数 0
回答已采纳
1
回答
如何
纠正
属性
错误
:
模块
“图”
没有
属性
“
get
_user_token”
、
、
我已经导入了图形,知道它为什么不能识别
属性
吗?def display_access_token(graph: Graph): print('User token:', token
浏览 9
提问于2022-11-27
得票数 0
1
回答
‘
模块
’对象
没有
属性
'
get
'?
、
max_pages: url = 'http://mery.jp/' + str(x) print(soup)当我试图在Python3.4中运行上面的代码时,我会得到一个
错误
15, in <module>File "web_
浏览 1
提问于2015-11-02
得票数 1
回答已采纳
1
回答
如何
修复
AttributError:
模块
"x“
没有
属性
、
、
、
我收到: 下面的代码在visual studio中工作非常简单,但在转换为exe时会停止。感谢你的帮助。
浏览 0
提问于2019-08-07
得票数 0
回答已采纳
1
回答
MongoDb C#反序列化类
属性
时发生
错误
、
、
、
、
", "name": "Alabama"我创建了一个POCO类,如下所示:{ public string name {
get
; set; }} 为了从我的数据库中检索所有数据
浏览 6
提问于2022-10-04
得票数 1
回答已采纳
1
回答
如何
修复
没有
属性
“
get
”的“CustomUser”对象
、
、
、
我试图从数据库中获取一些数据以显示在视图上,但我显示了一个
错误
,即我的代码甚至不在那里。(cliente=CustomCliente.objects.
get
(id=id)) context = {'aluguel':('cliente/<int:id>', CustomCliente, name='relatorio'),当我尝试访问下面的url 127.0.0.1:8000/client
浏览 2
提问于2019-07-11
得票数 0
回答已采纳
2
回答
如何
修复
(AttributeError:'NoneType‘对象
没有
属性
'
get
')
、
、
这是我第一次与Tkinter交互,我正在尝试创建一个注册表单应用程序,但是当我试图将信息保存到txt文件中时,它一直显示
错误
,但是应用程序确实运行,只有当我按下用于在这里保存信息的按钮(代码)时才会得到
错误
return f = open('Info.txt', 'a') f.write('Name: ', tName.
get
(), '\nEmail: ', tEma
浏览 7
提问于2022-09-03
得票数 -1
回答已采纳
4
回答
无法
修复
Python
错误
AttributeError:'int‘对象
没有
'
get
’
属性
for k,v in inventory.items(): item_total = item_total + v.
get
item_total)) display_inventory(stuff)
错误
消息AttributeError: '
浏览 2
提问于2021-06-02
得票数 0
2
回答
如何
修复
此
错误
"AttributeError:
模块
‘套接字’
没有
属性
'gethostname'“
、
、
、
、
此
错误
发生在PyCharm中c = socket.gethostname()你有什么解决方案吗?
浏览 0
提问于2019-08-14
得票数 1
1
回答
错误
‘
模块
'tensorflow’
没有
属性
'
get
_default_graph'?
、
、
、
、
每次我尝试在Keras上运行我的模型时,我都会得到这个
错误
‘
模块
'tensorflow’
没有
属性
'
get
_default_graph‘,而且我已经在前面的回答中尝试了几乎所有的东西。它在过去的几天里起了作用,但是昨天每次我试图创建这个模型时,我都会发现这个
错误
。
浏览 3
提问于2020-08-04
得票数 0
回答已采纳
2
回答
派克
错误
:“
模块
' Pygame‘
没有
属性
'
get
_ticks'”
、
、
、
、
我正在学习游戏,我得到
错误
“
模块
‘游戏’
没有
属性
'
get
_ticks'”。我该怎么做?我的代码是:start_ticks = p.
get
_ticks()
浏览 12
提问于2022-10-01
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
【行业资讯】PHP 7.4.9 发布
python3爬虫库之urllib:urllib库使用教程(一)
Cocos Creator 2.0.1 正式发布
怎么把pdf文档保存成图片格式
Python爬虫实战入门三:简单的HTML解析——爬取腾讯新闻
热门
标签
更多标签
云服务器
ICP备案
云直播
对象存储
实时音视频
活动推荐
运营活动
广告
关闭
领券