benedekrozemberczki / pytorch_geometric_temporal

PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
MIT License
2.58k stars 367 forks source link

Does pyg temporal support multidimensional edge_attr as pyg? #245

Open Sanjaykrishnamurthy opened 10 months ago

Sanjaykrishnamurthy commented 10 months ago

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.