GCC
GCC copied to clipboard
Please help resolve the problem when the code was running on CUDA11.1 , DGL 0.7,
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]