Open
Description
This problem occurs when I run graphnas.py in examples
<autogl.data.graph._general_static_graph._general_static_graph_default_implementation._HeterogeneousNodeView object at 0x7fb67443d970>
Traceback (most recent call last):
File "/AutoGL/examples/graphnas.py", line 24, in
label = dataset[0].y
AttributeError: 'GeneralStaticGraphImplementation' object has no attribute 'y'
The same goes for using dgl
Namespaces are one honking great idea -- let's do more of those!
Traceback (most recent call last):
File "/AutoGL/examples/graphnas.py", line 27, in
label = dataset[0].ndata['label']
AttributeError: 'GeneralStaticGraphImplementation' object has no attribute 'ndata'