Skip to content

When I run the superpixel graph_classification experiment, I got the error"'Column' object has no attribute 'deferred_dtype'" #77

@weihai-98

Description

@weihai-98

Just as the title said, when I run the 'main_superpixels_graph_classification.py', I got the error"'Column' object has no attribute 'deferred_dtype'" in the file 'superpixels.py' when getting the feature of the graph data at lin290.
line290for idx, graph in enumerate(graphs):
line291 graphs[idx].ndata['feat'] = graph.ndata['feat'].float()
line292 graphs[idx].edata['feat'] = graph.edata['feat'].float()
line293batched_graph = dgl.batch(graphs)
Unfortunately, I can't tackle this by myself.
Have you encountered the same error? I indeed need your help. Thank you greatly!
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions