GCC icon indicating copy to clipboard operation
GCC copied to clipboard

Please help resolve the problem when the code was running on CUDA11.1 , DGL 0.7,

Open xdjwolf opened this issue 3 years ago • 1 comments

dgl._ffi.base.DGLError: [15:08:17] /opt/dgl/include/dgl/packed_func_ext.h:117: Check failed: ObjectTypeChecker<TObjectRef>::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: [email protected]

xdjwolf avatar Jan 06 '22 07:01 xdjwolf

image image

xdjwolf avatar Jan 06 '22 08:01 xdjwolf