Skip to content
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

Open
Elgiva opened this issue May 26, 2023 · 4 comments
Open

environment #1

Elgiva opened this issue May 26, 2023 · 4 comments

Comments

@Elgiva
Copy link

Elgiva commented May 26, 2023

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.

@DKeeper1523
Copy link
Collaborator

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.

@Elgiva
Copy link
Author

Elgiva commented Jun 5, 2023

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.

@SiyuanHuangSJTU
Copy link

Hello, I have met the same problem. Have you already solved it?

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.

@DKeeper1523
Copy link
Collaborator

Hi Elgiva and Siyuan,

For dataset issues, please also refer to GraphCL, from where I got the data. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants