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

some question #4

Closed
YUZHIWANG-bug opened this issue Nov 15, 2022 · 4 comments
Closed

some question #4

YUZHIWANG-bug opened this issue Nov 15, 2022 · 4 comments

Comments

@YUZHIWANG-bug
Copy link

When I run the following file, it has the following error:
image
I'm surprised that this file exists in the project, but it reports an error. I'm a novice. Please teach me. Is my operation mode wrong?

@LingxiaoShawn
Copy link
Owner

LingxiaoShawn commented Nov 16, 2022

have you used python -m?

@YUZHIWANG-bug
Copy link
Author

have you used python -m?
Thank you for your reply. Do you mean I should use it this way, like:python -m pyg_gnn_wrapper.py. Or use the case you provided, like: python -m train.zinc model.mini_layers 0 model.gnn_type GINEConv and so on.

@LingxiaoShawn
Copy link
Owner

you shouldn't access any model inside the core. You should treat core as a whole component and access it outside, like the way I demonstrated under train/ folder.

@YUZHIWANG-bug
Copy link
Author

you shouldn't access any model inside the core. You should treat core as a whole component and access it outside, like the way I demonstrated under train/ folder.
Thank you for your reply. I think I know,thank you very much!

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

2 participants