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

The best configs of different datasets? #40

Closed canqin001 closed 2 years ago

canqin001 commented 3 years ago

Hi,

I am quite interested in this work and find your implementation very helpful. I have run the code several times but found that its results are different from the paper's results. I am wondering what's the configs to achieve the best results based on this code. And is it any suggestion to close the gap between the paper and this implementation? Thank you very much.

Regards