Vassilis N. Ioannidis

Results 4 comments of Vassilis N. Ioannidis

Also the dataloader we define needs to be different other wise the sampling will fail. When the ntypes and etypes are 1 we need to give the tensor with node...

The specific error is the following ``` return forward_call(*input, **kwargs) File "/home/ivasilei/m5-gnn/python/m5gnn/model/rgcn_encoder.py", line 102, in forward return self._graph.number_of_nodes(self.get_ntype_id_from_dst(ntype)) File "/home/ivasilei/.local/lib/python3.9/site-packages/dgl/heterograph.py", line 1239, in get_ntype_id_from_dst inputs_dst = {k: v[:g.number_of_dst_nodes(k)] for k,...

Ok thanks for this. I understand the need for the dictionary. The question is why it does not work with the dictionary when the graph is homogenous

By the way this is a distGraph and hence AttributeError: 'DistGraph' object has no attribute 'is_homogeneous'