ChrisCummins / ProGraML

A Graph-based Program Representation for Data Flow Analysis and Compiler Optimizations
Other
299 stars 62 forks source link

Add code for learning over ProGraML graphs #178

Open ChrisCummins opened 3 years ago

ChrisCummins commented 3 years ago

🚀 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.

Mem2019 commented 2 years ago

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

ChrisCummins commented 2 years ago

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