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

Add ability to save and load a trained model #35

Closed Carlovan closed 3 years ago

Carlovan commented 3 years ago

To achieve repeatable results, it was also necessary to keep the label in fixed order, so that the resulting one-hot encoding vectors are the same across different runs.

Explanation of this feature has been added to the README.

benedekrozemberczki commented 3 years ago

Thank You!