Skip to content
New issue

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

how to use multi-dimensional edge attribute #1

Open
Byun-jinyoung opened this issue Mar 16, 2022 · 0 comments
Open

how to use multi-dimensional edge attribute #1

Byun-jinyoung opened this issue Mar 16, 2022 · 0 comments

Comments

@Byun-jinyoung
Copy link

Byun-jinyoung commented Mar 16, 2022

Dear authors,
I'm a bit new to deep-learning and transformer chemist.
I've read the GraphiT paper and followed the code in this repository.
What I want is to use diffusion kernel with both symmetric and multi-dimensional edge attribute.
But it cause problem when the positional encoding.
Below is example of my data shape with batch
DataBatch(x=[267967, 40], edge_index=[2, 932790], edge_attr=[932790, 2], y=[50], pos=[267967, 3], batch=[267967], ptr=[51])
How can I solve this problem?

Best regards :)
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant