You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在我运行示例时,在输出了2w+之后,报错File "acdc/acdc_graphics.py", line 92, in get_node_name name = node.name + str(node.index.graphviz_index(use_actual_colon=True)) AttributeError: 'str' object has no attribute 'name' 这个应该是在算某一个边或者节点时 get_node_name方法中传入了一个str而不是TLACDCInterpNode。请问要如何解决这个bug呢?
在我运行示例时,在输出了2w+之后,报错
File "acdc/acdc_graphics.py", line 92, in get_node_name name = node.name + str(node.index.graphviz_index(use_actual_colon=True)) AttributeError: 'str' object has no attribute 'name'
这个应该是在算某一个边或者节点时get_node_name
方法中传入了一个str
而不是TLACDCInterpNode
。请问要如何解决这个bug呢?应该跟我注释掉了main.py中的line 329无关吧?
assert things.validation_data.shape[0] <= things.test_data.shape[0]
感谢作者恢回复!
The text was updated successfully, but these errors were encountered: