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

model save and test #28

Closed shengdoupi closed 4 years ago

shengdoupi commented 4 years ago

Hi, after saving the trianed model and loading the model to test the same data, i cannot get the same good results as I have got in the original training procedure.