请问大家有出现这个问题吗?
dgl._ffi.base.DGLError: Expect all graphs to have the same schema on nodes["s2"].data, but graph 1 got
{'iid': Scheme(shape=(2,), dtype=torch.int32), 'last': Scheme(shape=(), dtype=torch.int32)}
which is different from
{'iid': Scheme(shape=(2,), dtype=torch.int64), 'last': Scheme(shape=(), dtype=torch.int32)}.
请问大家有出现这个问题吗? dgl._ffi.base.DGLError: Expect all graphs to have the same schema on nodes["s2"].data, but graph 1 got {'iid': Scheme(shape=(2,), dtype=torch.int32), 'last': Scheme(shape=(), dtype=torch.int32)} which is different from {'iid': Scheme(shape=(2,), dtype=torch.int64), 'last': Scheme(shape=(), dtype=torch.int32)}.