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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: