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

No module named 'main' #22

Open
RRRRendy opened this issue Jan 4, 2024 · 1 comment
Open

No module named 'main' #22

RRRRendy opened this issue Jan 4, 2024 · 1 comment

Comments

@RRRRendy
Copy link

RRRRendy commented Jan 4, 2024

try to run "python -m main.example_main --dataset_name ABIDE --pooling concat --gcn_mp_type edge_node_concate --hidden_dim 256"
but Error while finding module specification for 'main.example_main' (ModuleNotFoundError: No module named 'main')
how to fix it?
thanks

@LearningKeqi
Copy link
Collaborator

Thanks for pointing this out. The correct command should be "python -m examples.example_main --dataset_name ABIDE --pooling concat --gcn_mp_type edge_node_concate --hidden_dim 256".

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