-
Notifications
You must be signed in to change notification settings - Fork 1
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
environment #1
Comments
Hi Elgiva, I used some old versions of the packages. For Pytorch, I believe I used a version earlier than 1.9.0. For torch_geometric, it should be a version earlier than 1.7.0. This code is implemented based on GraphCL, and you can follow the environment requirements here to run the code. Please let me know if you have further questions. Thanks. |
Thank you! Currently, my environment is no longer throwing any errors; however, I am facing the following error: FileNotFoundError: [Errno 2] No such file or directory: 'datasets/MUTAG/processed/data_deg+odeg100.pt'. I have created a 'datasets' folder in the directory, but it doesn't seem to resolve the issue. |
Hello, I have met the same problem. Have you already solved it?
|
Hi Elgiva and Siyuan, For dataset issues, please also refer to GraphCL, from where I got the data. Thanks. |
Hello, could you please provide the versions of the packages used in the code's runtime environment? I encountered errors when running the code in Python 1.13.1 and torch_geometric 2.2.0 environment.
The text was updated successfully, but these errors were encountered: