hydraflow 0.18.0__py3-none-any.whl → 0.18.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.
- {hydraflow-0.18.0.dist-info → hydraflow-0.18.1.dist-info}/METADATA +1 -4
- {hydraflow-0.18.0.dist-info → hydraflow-0.18.1.dist-info}/RECORD +5 -5
- {hydraflow-0.18.0.dist-info → hydraflow-0.18.1.dist-info}/WHEEL +0 -0
- {hydraflow-0.18.0.dist-info → hydraflow-0.18.1.dist-info}/entry_points.txt +0 -0
- {hydraflow-0.18.0.dist-info → hydraflow-0.18.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: hydraflow
|
3
|
-
Version: 0.18.
|
3
|
+
Version: 0.18.1
|
4
4
|
Summary: HydraFlow seamlessly integrates Hydra and MLflow to streamline ML experiment management, combining Hydra's configuration management with MLflow's tracking capabilities.
|
5
5
|
Project-URL: Documentation, https://daizutabi.github.io/hydraflow/
|
6
6
|
Project-URL: Source, https://github.com/daizutabi/hydraflow
|
@@ -118,9 +118,6 @@ def app(run: Run, cfg: Config) -> None:
|
|
118
118
|
# Your experiment code here
|
119
119
|
print(f"Running with width={cfg.width}, height={cfg.height}")
|
120
120
|
|
121
|
-
# Log metrics
|
122
|
-
hydraflow.log_metric("area", cfg.width * cfg.height)
|
123
|
-
|
124
121
|
if __name__ == "__main__":
|
125
122
|
app()
|
126
123
|
```
|
@@ -18,8 +18,8 @@ hydraflow/executor/job.py,sha256=6QeJ18OMeocXeM04rCYL46GgArfX1SvZs9_4HTomTgE,543
|
|
18
18
|
hydraflow/executor/parser.py,sha256=RxP8qpDaJ8VLqZ51VlPFyVitWctObhkE_3iPIsY66Cs,14610
|
19
19
|
hydraflow/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
20
|
hydraflow/utils/progress.py,sha256=a-CHvioyGCeiUKawqPcV8i1nhzunm5-r5AlLbzd5epw,3048
|
21
|
-
hydraflow-0.18.
|
22
|
-
hydraflow-0.18.
|
23
|
-
hydraflow-0.18.
|
24
|
-
hydraflow-0.18.
|
25
|
-
hydraflow-0.18.
|
21
|
+
hydraflow-0.18.1.dist-info/METADATA,sha256=dMgcUYGiCH-tv9ZjOU5cmnAaWyVk4n6GEdlDkPvZzTs,7433
|
22
|
+
hydraflow-0.18.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
23
|
+
hydraflow-0.18.1.dist-info/entry_points.txt,sha256=XI0khPbpCIUo9UPqkNEpgh-kqK3Jy8T7L2VCWOdkbSM,48
|
24
|
+
hydraflow-0.18.1.dist-info/licenses/LICENSE,sha256=IGdDrBPqz1O0v_UwCW-NJlbX9Hy9b3uJ11t28y2srmY,1062
|
25
|
+
hydraflow-0.18.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|