HennyJie / BrainGB

Officially Accepted to IEEE Transactions on Medical Imaging (TMI, IF: 11.037) - Special Issue on Geometric Deep Learning in Medical Imaging.
MIT License
165 stars 42 forks source link

No module named 'main' #22

Open RRRRendy opened 6 months ago

RRRRendy commented 6 months ago

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 commented 5 months ago

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".