Open ridhaalkhabaz opened 1 year ago
Hi @ridhaalkhabaz,
Thank you for reaching out. Currently the demo is only compatible with Pytorch Geometric v2.0.1. I added a link in the Readme to the official docs of Pytorch Geometric with instructions for the installation. (Make sure you also have torch-sparse and torch-scatter installed as instructed in the docs).
The requirements.txt file is now also available in the repo.
After installing Pytorch and Pytorch Geometric, you can run pip install -r requirements.txt
.
The demo should run without errors in this environment.
In the near future, I will look into updating the code to work with the latest PyG version.
Hi @rafaelvanbelle,
thanks for replying to me, If you may, can you explain the difference between your neighbor loader and the neighbor loader in this version of PyTorch geometric found here ?!
Hi,
i am trying to run the demo, but I am having issues with the data loader. Can you run the demo and what is your versions of the library you have ?!