SimGNN icon indicating copy to clipboard operation
SimGNN copied to clipboard

Keras implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation". Includes synthetic GED data.

Results 6 SimGNN issues
Sort by recently updated
recently updated
newest added

How can I use Pytorch Geometric to implement your method?

ImportError: cannot import name 'parameter_parser' from 'parser' (unknown location) how can I fix it?

Hi, How are you generating embeddings for the graph? Which python files are used for the same . I tried to look for the files but did not succeed. Thanks...

hi~ I had an error following... Could you know the clue of this error?,, and,, i wanna know your tensor version. thank you advance!! ============================================== Traceback (most recent call last):...

Hey, I tried testing it with only one training data set: ``` { "labels_1": ["11", "11", "9"], "labels_2": ["8", "11", "5"], "graph_2": [[0,1],[1,2]], "ged": 11, "graph_1": [[0,1],[1,3]] } ``` Which...