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

Update README.md #45

Closed shijiale0609 closed 1 year ago

shijiale0609 commented 1 year ago
  1. Graph 1 has five nodes, so the "labels_1" should have five elements.

  2. I am confused about the "ged" value. The example case in README.md seems that the graph edit distance does not involve the nodes' labels.