yunshengb / SimGNN

144 stars 33 forks source link

Issue in generating embeddings for the graph #20

Open abdulwajid725 opened 3 years ago

abdulwajid725 commented 3 years ago

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 in advance.

NEUAlbertTan commented 2 years ago

This model uses GCN to generate node embeddings, the code is maybe in model/Siamese/layers.py at GraphConvolution class.