graph_adversarial_attack icon indicating copy to clipboard operation
graph_adversarial_attack copied to clipboard

Graph embedding

Open cxw-droid opened this issue 2 years ago • 0 comments

Hi, the graph embedding used in the paper is structure2vec embedding. Do you know where there is a python 3 implementation of structure2vec without using c++?

I tried to replace the embedding with 2 two layer GCN of hidden dim 64, but I have not get it working. Theoretically I think it should work. Can you please give suggestions on the embedding?

Thanks.

cxw-droid avatar Oct 21 '22 17:10 cxw-droid