-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can it be run on CPU? #4
Comments
Hi Parisa, thanks for your interest! To run on CPU, please change the command line argument from Please let me know if there is any other issues. |
Maybe this issue is related: Could you please check if you have the packages mentioned in the above thread installed? |
Thank you for your response. I went through the "Build and Run" section step by step, and also checked the installed packages, they are all installed. However, I still get the error. Moreover, I tried to run another dataset (arxiv) as below:
and I got this error: I'm not sure why I get these errors. Thank you for your help, in advance. |
For your error on arxiv, I think you should provide the command line argument as So try this:
I can continue looking into your issue in |
For the issue related with OGB, it should be some missing package / version mismatches for the PyG related packages. As a first step, could you please run the following in your terminal and let me know your outputs:
For the non-ogb data like Flickr, you need to manually download the original files in the GraphSAINT repo to place them under the Can you please confirm if your
|
Thank you for your help regarding non-ogb datasets. It worked and I got the results. For the issue related to OGB, it seems the problem is with the torch_geometric. When I run I also run the I appreciate your help and time. |
I see. It's indeed a bit tricky to install it since all related packages need to be having compatible versions. Sometimes, I also encounter issues when I set up a new env for torch geometric. I think uninstall torch geometric (e.g., After you uninstall torch geometric, maybe you can try going through these pip install steps here: https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html#installation-via-pip-wheels In the worst case, you may need to create a new virtual env and reinstall all packages from scratches (sometimes I also have to do so, unfortunately). You may also need to reinstall ogb after reinstalling torch geometric. |
Hi,
I've been through the installation process, and when I try to run the program with the CPU version command, it throws me an error.
I wonder if it is possible to run it with CPU only?
I'm running windows 11
Intel i7 CPU
Intel UHD Onboard graphics card (that's why I'm trying to use it with the CPU version only)
this is the command that I use (if you could verify it please):
and this is the error I'm getting:
The text was updated successfully, but these errors were encountered: