Skip to content

[BUG] #148

Description

@cold-rivers

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'

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions