SignNet-BasisNet
SignNet-BasisNet copied to clipboard
GINE implementation
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?
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.