Open Sanjaykrishnamurthy opened 1 year ago
@Sanjaykrishnamurthy what is the error you are seeing? And which iterator are you using?
DynamicGraphTemporalSignal passes edge_weight
directly into edge_attr
of torch_geometric.data.Data
, which should support multi-dimensional tensors.
Hi benedekrozemberczki,
Thanks for the fantastic library. For my usecase I have a set of edge_attributes. I tried giving edge_attr as a vector, but it throws error.
So jus wanted to know if it support multidim edge features.