We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@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.
edge_weight
edge_attr
torch_geometric.data.Data
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: