【问题标题】:Attribute Error on python 3x [closed]python 3x上的属性错误[关闭]
【发布时间】: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