Skip to content

Add code for learning over ProGraML graphs #178

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

Open
4 tasks
ChrisCummins opened this issue Sep 6, 2021 · 2 comments
Open
4 tasks

Add code for learning over ProGraML graphs #178

ChrisCummins opened this issue Sep 6, 2021 · 2 comments
Labels
Enhancement New feature or request Machine Learning Anything relevant to //deeplearning/ml4pl/models

Comments

@ChrisCummins
Copy link
Owner

ChrisCummins commented Sep 6, 2021

🚀 Feature

I stripped the code for learning over ProGraML graphs from the tasks/ directory a while back as it was over complicated and slower than it needed to be. This issue is to track adding a new reference GGNN implementation to ProGraML.

  • Add an example data loader for PyTorch.
  • Re-implement the node-level classification code for the dataflow experiments.
  • Re-implement the graph-level classification code for the devmap experiment.
  • Re-implement the graph-level classification code for the classifyapp experiment.
@Mem2019
Copy link

Mem2019 commented Oct 21, 2021

Hi, I would like to know approximately when the learning part will be available. Thanks very much~

@ChrisCummins
Copy link
Owner Author

Probably not soon, unfortunately :-( I am too busy on my other commitments to find the time to work on this.

You're welcome to take a look at an older revision of the learning code, or you could use the existing API to prepare your graphs in networkx / DGL then follow one of the many excellent tutorials on graph learning to get started.

Cheers,
Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Machine Learning Anything relevant to //deeplearning/ml4pl/models
Projects
None yet
Development

No branches or pull requests

2 participants