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

Issues with Graph-to-Complex Conversion in TUD Datasets #109

Open
Alexqinbin opened this issue Dec 8, 2024 · 0 comments
Open

Issues with Graph-to-Complex Conversion in TUD Datasets #109

Alexqinbin opened this issue Dec 8, 2024 · 0 comments

Comments

@Alexqinbin
Copy link

Thank you for making the code and paper publicly available. I encountered two issues while processing the TUD datasets regarding the lifting procedure:

  1. For the PROTEINS dataset:
    When setting max_ring to 15 or higher, the process of converting graphs to complexes gets stuck and does not proceed. Specifically, the file PROTEINS_complex_list.pt becomes excessively large, reaching 7GB when k=15. For k=18, the conversion process for the PROTEINS dataset completely fails, and the progress bar remains stuck indefinitely.
  2. For other TUD datasets, such as COLLAB:
    When dealing with a new dataset, I encountered issues during the lifting procedure. The step of converting graph data to complexes takes an extremely long time. Even with the smallest setting of k=4, the model fails to run on the resulting complex data.

I would appreciate any suggestions or solutions to these problems!

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