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
Hi there, when I ran the BasicTasks_pytorch, everything is working well just except the last code block.
The error I got is as below:
DGLError: [23:05:38] /opt/dgl/include/dgl/packed_func_ext.h:117: Check failed: ObjectTypeChecker::Check(sptr.get()): Expected type graph.Graph but get graph.HeteroGraph
Do you know where it goes wrong?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi there, when I ran the BasicTasks_pytorch, everything is working well just except the last code block.
The error I got is as below:
DGLError: [23:05:38] /opt/dgl/include/dgl/packed_func_ext.h:117: Check failed: ObjectTypeChecker::Check(sptr.get()): Expected type graph.Graph but get graph.HeteroGraph
Do you know where it goes wrong?
Thank you.
The text was updated successfully, but these errors were encountered: