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
dgl._ffi.base.DGLError: [15:08:17] /opt/dgl/include/dgl/packed_func_ext.h:117: Check failed: ObjectTypeChecker::Check(sptr.get()): Expected type graph.Graph but get graph.HeteroGraph
Stack trace:
how can I update this code to dgl7.x when in cuda11?
the dgl.contrib.sampling.random_walk_with_restart and dgl.contrib.sampling.random_walk cannt work in dgl-cu11, it need to replaced by dgl.sampling.random_walk , but the parameters was different . how can I update this code to dgl7.x when in cuda11.
The text was updated successfully, but these errors were encountered:
xdjwolf
changed the title
Please help resolve the problem when the code was
Please help resolve the problem when the code was running on CUDA11.1 , DGL 0.7,
Jan 6, 2022
dgl._ffi.base.DGLError: [15:08:17] /opt/dgl/include/dgl/packed_func_ext.h:117: Check failed: ObjectTypeChecker::Check(sptr.get()): Expected type graph.Graph but get graph.HeteroGraph
Stack trace:
how can I update this code to dgl7.x when in cuda11?
the dgl.contrib.sampling.random_walk_with_restart and dgl.contrib.sampling.random_walk cannt work in dgl-cu11, it need to replaced by dgl.sampling.random_walk , but the parameters was different . how can I update this code to dgl7.x when in cuda11.
my email: langjw@mail.ustc.edu.cn
The text was updated successfully, but these errors were encountered: