Closed smziaurrashid closed 8 months ago
Hi,
As pyg-lib currently doesn't work with the python version that's required by other, more critical libraries, you can just use torch-sparse. I just updated the env.yml file and you should be able to get all the necessary packages through it.
@LucTuc Thanks for your response and updating the code. I tried your updated code but I am unable to reproduce similar result. The result I am getting is very low. Am I missing something here?
main.py --data data --model gin --reverse_mp --ego --ports
Here is the output log output.log
Hey, Could you include the full log statements, i.e. also everything that gets logged to the logger during data loading?
Hi @smziaurrashid, Your issues were most likely due to a bug I accidentally introduced a few weeks ago when adding other features. It caused the optimization to not work properly when using reverse message passing. I fixed this bug now and pushed the changes. Please pull and verify that you get the expected results on your local machine. :) Thanks for raising the issue!
I was getting following error while running with pyg-lib==0.3.1 and torch-sparse==0.6.18+pt20cu118.
python main.py --data HI-Small --model gat --reverse_mp
python main.py --data HI-Small --model gin --emlps
Without installing pyg-lib and just using torch-sparse, I am getting the following output:
Can you please direct me how to address above issues? Which specific version pyg-lib and torch-sparse do I need to install to run the model error free?