THUMNLab / AutoGL

An autoML framework & toolkit for machine learning on graphs.
http://mn.cs.tsinghua.edu.cn/AutoGL/
Apache License 2.0
1.08k stars 121 forks source link

[BUG] #148

Open cold-rivers opened 6 months ago

cold-rivers commented 6 months ago

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'