Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
weihai-98 opened this issue Jun 22, 2022 · 1 comment

Comments

@weihai-98
Copy link

weihai-98 commented Jun 22, 2022

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

@chaitjo
Copy link
Member

chaitjo commented Jul 20, 2022

Hi @weihai-98, are you using the correct version of DGL? It may be that things have changed across new releases of DGL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants