python 3x上的属性错误

时间:2018-03-19 21:56:25

标签: python tensorflow graph python-3.6

我正在使用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'

我的相机没问题。我已经安装了必要的每个模块

PLSS帮帮我

谢谢

1 个答案:

答案 0 :(得分:0)

没有你的代码,我不能完全确定它是唯一的问题,但我认为你因为拼写错误而得到了错误。它应该是as_default而不是as_defult。请改用detection_graph.as_default()