You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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".
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
The text was updated successfully, but these errors were encountered: