dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.19k stars 2.99k forks source link

[Model Request] Graph Matching Network #4208

Open smith-co opened 2 years ago

smith-co commented 2 years ago

🚀 Feature

Graph Matching Networks for Learning the Similarity of Graph Structured Objects

There is model available in DGL that can do similarity learning for graph structured objects. But this has many important real world applications.

Is there a plan to add this model? Also, is there an alternative model that I can use as a stop gap?

jermainewang commented 2 years ago

I've added this to our roadmap. Also requested by https://github.com/dmlc/dgl/issues/1271