SignNet-BasisNet icon indicating copy to clipboard operation
SignNet-BasisNet copied to clipboard

GINE implementation

Open alip67 opened this issue 2 years ago • 1 comments

Hi, I checked the result of the paper in table1 and It seems there you are putting the GINE in that table but the existing code in the repo is just for the GIN implementation without edge information. I changed the GINConv to GINEConv but I couldn't reproduce the result of table one. could you please put the code for the GINE results with the corresponding config file in the repo?

alip67 avatar Jul 20 '23 06:07 alip67

Hi,

I have pushed the code for exactly this experiment: https://github.com/cptq/SignNet-BasisNet/tree/main/GINESignNetPyG.

As mentioned in our Appendix "the GINE implementation is based on the PyTorch Geometric implementation (Fey & Lenssen, 2019)." Our implementation of GINE that we use for the Alchemy experiments was already previously available here and is quite similar: https://github.com/cptq/SignNet-BasisNet/tree/main/Alchemy.

Let me know if there are any issues.

cptq avatar Jul 25 '23 02:07 cptq