glam4cm 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- glam4cm/run.py +1 -2
- {glam4cm-0.1.0.dist-info → glam4cm-0.1.1.dist-info}/METADATA +1 -1
- {glam4cm-0.1.0.dist-info → glam4cm-0.1.1.dist-info}/RECORD +7 -7
- {glam4cm-0.1.0.dist-info → glam4cm-0.1.1.dist-info}/LICENSE +0 -0
- {glam4cm-0.1.0.dist-info → glam4cm-0.1.1.dist-info}/WHEEL +0 -0
- {glam4cm-0.1.0.dist-info → glam4cm-0.1.1.dist-info}/entry_points.txt +0 -0
- {glam4cm-0.1.0.dist-info → glam4cm-0.1.1.dist-info}/top_level.txt +0 -0
glam4cm/run.py
CHANGED
@@ -68,8 +68,7 @@ tasks_handler_map = {
|
|
68
68
|
}
|
69
69
|
|
70
70
|
|
71
|
-
|
72
|
-
|
71
|
+
def main():
|
73
72
|
main_parser = argparse.ArgumentParser(description="Train ML models on conceptual models")
|
74
73
|
main_parser.add_argument('--task_id', type=int, required=True, help=f'ID of the task to run. Options are: {"\n".join(f"{k}: {v}" for k, v in tasks.items())}', choices=list(tasks.keys()), default=0)
|
75
74
|
main_parser.add_argument('--th', '--task_help', action="store_true", help="Help for the task specified by --task_id")
|
@@ -1,5 +1,5 @@
|
|
1
1
|
glam4cm/__init__.py,sha256=7D0ayfMYZjOum3A9g2zP2FGabJTO4JUPQifMg9ALcWY,178
|
2
|
-
glam4cm/run.py,sha256=
|
2
|
+
glam4cm/run.py,sha256=fSd5oBpHxWLwskMfT6mohiROX9BdIGwmUT8BGxGV2fc,4188
|
3
3
|
glam4cm/run_configs.py,sha256=100hGJm7tx2enEhSckNE-nxBdDtm8kZyu498WEnqhAU,10122
|
4
4
|
glam4cm/settings.py,sha256=9PG4ZAqxCNg2Rt3JZ3ghl1_mzAw6vIVswC4JGY2Z2YE,1115
|
5
5
|
glam4cm/utils.py,sha256=1qUTS2r0QB38y4UdcScAEMYEpyUohDqpgwoHJvCGbZY,5918
|
@@ -64,9 +64,9 @@ glam4cm/trainers/gnn_link_predictor.py,sha256=WMomOdmk7H2aBwDBugPPN5yLcjzgdlade0
|
|
64
64
|
glam4cm/trainers/gnn_node_classifier.py,sha256=I4Rrx7m8oxevtBgelXuJbWUx33TBp1k12Y1to7oq3G8,4508
|
65
65
|
glam4cm/trainers/gnn_trainer.py,sha256=r06rR1bsmuiIZhzVcuAx3X_R5u0lZKt1B3shgSdLbxA,3871
|
66
66
|
glam4cm/trainers/metrics.py,sha256=LPFyRSAT50bPhQtI8yLK3VHuubxiIw6fTXkLUGTL3Ns,1823
|
67
|
-
glam4cm-0.1.
|
68
|
-
glam4cm-0.1.
|
69
|
-
glam4cm-0.1.
|
70
|
-
glam4cm-0.1.
|
71
|
-
glam4cm-0.1.
|
72
|
-
glam4cm-0.1.
|
67
|
+
glam4cm-0.1.1.dist-info/LICENSE,sha256=NzIgfG9Z6TaC4HlY6ownebjdGY0DKUXSgF5sM7bmxZI,1071
|
68
|
+
glam4cm-0.1.1.dist-info/METADATA,sha256=v9BrBomTVyTejdhYXvijkLpDjew2YgaHsTFf3tWdeZE,3260
|
69
|
+
glam4cm-0.1.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
70
|
+
glam4cm-0.1.1.dist-info/entry_points.txt,sha256=sZ-zOIJOyDP-vpTyVTTbdDyNando8uRVQmaFuAo_nuM,45
|
71
|
+
glam4cm-0.1.1.dist-info/top_level.txt,sha256=6V4mFMBo1sE2bowD9n2sxYv_ao8IsS8rR1ArAhfpQ4w,8
|
72
|
+
glam4cm-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|