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

Segmentation fault occurs when I try to insert the topologyLayer to my own GNN module #18

Open
ljj-cyber opened this issue Apr 22, 2024 · 0 comments

Comments

@ljj-cyber
Copy link

I want to import your topology layer to my own neural network called GDN.
But when I try to use the operation of graph batch, the segmentation fault occurs.
Please let me know the input type of the TopologyLayer. So that I can adjust my code. Thanks a lot.
There is some detail of my code below:
image
image
This code works well. But if I use 'Batch' in pyg to encapsulate the graph data, it fails.
image
The segmentation fault occurs in the following position(#116).
image

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