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