benedekrozemberczki / SimGNN

A PyTorch implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation" (WSDM 2019).
GNU General Public License v3.0
759 stars 147 forks source link

Issue in generating graph edit distance? #39

Closed wgy97 closed 2 years ago

wgy97 commented 3 years ago

HI, What algorithm do you use to generate the edit distance of the graph? Thanks!