-
Notifications
You must be signed in to change notification settings - Fork 5
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
Test on other dataset #2
Comments
Hi, thanks for your interest in our work. I think the simplest way is to refer to the official tutorial. |
Thank you so much for your timely response! I think I am now able to generate the data in the |
For the data preprocessing, I think the current code in NeuralSubgraphCounting can help you. Undirected graph matching has been evaluated in our paper such as Regular and Erdos-Renyi graphs. |
Thanks for the great work! I am also studying subgraph counting and would like to test your code with other query and target graphs. How should I convert the original data (say in networkx format) to the supported format of yours? In addition, I want to perform subgraph counting with undirected, homogeneous graphs, is that possible? Thanks a lot!
The text was updated successfully, but these errors were encountered: