【发布时间】:2023-04-03 20:25:01
【问题描述】:
我正在使用 tensorflow api 进行对象检测。我在 githup 上编写代码并尝试进行调试,然后我将面对这个错误。
File "<ipython-input-10-7adfcc2a8173>", line 3, in <module>
with detection_graph.as_defult():
AttributeError: 'Graph' object has no attribute 'as_defult'
我的相机没问题。我已经安装了每个模块所必需的
请帮帮我
谢谢你
【问题讨论】:
-
as_defult 必须是拼写错误。试试 as_default。
标签:
python
tensorflow
graph
python-3.6
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:python 3x上的属性错误[关闭] - Python技术站