halib 0.1.87__py3-none-any.whl → 0.1.89__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.
- halib/research/base_config.py +1 -1
- halib/research/metrics.py +1 -2
- {halib-0.1.87.dist-info → halib-0.1.89.dist-info}/METADATA +2 -2
- {halib-0.1.87.dist-info → halib-0.1.89.dist-info}/RECORD +7 -7
- {halib-0.1.87.dist-info → halib-0.1.89.dist-info}/WHEEL +0 -0
- {halib-0.1.87.dist-info → halib-0.1.89.dist-info}/licenses/LICENSE.txt +0 -0
- {halib-0.1.87.dist-info → halib-0.1.89.dist-info}/top_level.txt +0 -0
halib/research/base_config.py
CHANGED
@@ -30,7 +30,7 @@ class ExpBaseConfig(ABC, YAMLWizard):
|
|
30
30
|
|
31
31
|
# Save to yaml fil
|
32
32
|
def save_to_outdir(
|
33
|
-
self, filename: str = "
|
33
|
+
self, filename: str = "__config.yaml", outdir=None, override: bool = False
|
34
34
|
) -> None:
|
35
35
|
"""
|
36
36
|
Save the configuration to the output directory.
|
halib/research/metrics.py
CHANGED
@@ -114,8 +114,7 @@ class TorchMetricsBackend(MetricsBackend):
|
|
114
114
|
elif isinstance(metric_data, (list, tuple)):
|
115
115
|
args = metric_data
|
116
116
|
else:
|
117
|
-
|
118
|
-
|
117
|
+
args = metric_data
|
119
118
|
if len(expected_args) == 1:
|
120
119
|
metric_instance.update(args)
|
121
120
|
else:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: halib
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.89
|
4
4
|
Summary: Small library for common tasks
|
5
5
|
Author: Hoang Van Ha
|
6
6
|
Author-email: hoangvanhauit@gmail.com
|
@@ -52,7 +52,7 @@ Dynamic: summary
|
|
52
52
|
|
53
53
|
Helper package for coding and automation
|
54
54
|
|
55
|
-
**Version 0.1.
|
55
|
+
**Version 0.1.89**
|
56
56
|
|
57
57
|
+ `research/profiler`: add `zProfiler` class to measure execution time of contexts and steps, with support for dynamic color scales in plots.
|
58
58
|
|
@@ -28,11 +28,11 @@ halib/online/gdrive_mkdir.py,sha256=wSJkQMJCDuS1gxQ2lHQHq_IrJ4xR_SEoPSo9n_2WNFU,
|
|
28
28
|
halib/online/gdrive_test.py,sha256=hMWzz4RqZwETHp4GG4WwVNFfYvFQhp2Boz5t-DqwMo0,1342
|
29
29
|
halib/online/projectmake.py,sha256=Zrs96WgXvO4nIrwxnCOletL4aTBge-EoF0r7hpKO1w8,4034
|
30
30
|
halib/research/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
31
|
-
halib/research/base_config.py,sha256=
|
31
|
+
halib/research/base_config.py,sha256=AqZHZ0NNQ3WmUOfRzs36lf3o0FrehSdVLbdmgNpbV7A,2833
|
32
32
|
halib/research/base_exp.py,sha256=hiO2flt_I0iJJ4bWcQwyh2ISezoC8t2k3PtxHeVr0eI,3278
|
33
33
|
halib/research/benchquery.py,sha256=FuKnbWQtCEoRRtJAfN-zaN-jPiO_EzsakmTOMiqi7GQ,4626
|
34
34
|
halib/research/dataset.py,sha256=QU0Hr5QFb8_XlvnOMgC9QJGIpwXAZ9lDd0RdQi_QRec,6743
|
35
|
-
halib/research/metrics.py,sha256=
|
35
|
+
halib/research/metrics.py,sha256=PXPCy8r1_0lpMKfjc5SjIpRHnX80gHmeZ1C4eVj9U_s,5200
|
36
36
|
halib/research/mics.py,sha256=uX17AGrBGER-OFMqUULE_A9YPPbn1RpQ4o5-omrmqZ8,377
|
37
37
|
halib/research/perfcalc.py,sha256=qDa0sqfpWrwGZVJtjuUVFK7JX6j8xyXP9OnnfYmdamg,15898
|
38
38
|
halib/research/perftb.py,sha256=FWg0b8wSgy4UwuvHSXwEqvTq1Rhi-z-HtAKuQg1lWc4,30989
|
@@ -53,8 +53,8 @@ halib/utils/gpu_mon.py,sha256=vD41_ZnmPLKguuq9X44SB_vwd9JrblO4BDzHLXZhhFY,2233
|
|
53
53
|
halib/utils/listop.py,sha256=Vpa8_2fI0wySpB2-8sfTBkyi_A4FhoFVVvFiuvW8N64,339
|
54
54
|
halib/utils/tele_noti.py,sha256=-4WXZelCA4W9BroapkRyIdUu9cUVrcJJhegnMs_WpGU,5928
|
55
55
|
halib/utils/video.py,sha256=ZqzNVPgc1RZr_T0OlHvZ6SzyBpL7O27LtB86JMbBuR0,3059
|
56
|
-
halib-0.1.
|
57
|
-
halib-0.1.
|
58
|
-
halib-0.1.
|
59
|
-
halib-0.1.
|
60
|
-
halib-0.1.
|
56
|
+
halib-0.1.89.dist-info/licenses/LICENSE.txt,sha256=qZssdna4aETiR8znYsShUjidu-U4jUT9Q-EWNlZ9yBQ,1100
|
57
|
+
halib-0.1.89.dist-info/METADATA,sha256=MoTmHfHJYHsxVXFTXgEmNcNyWAil2s653sx1tCFqNEI,5864
|
58
|
+
halib-0.1.89.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
59
|
+
halib-0.1.89.dist-info/top_level.txt,sha256=7AD6PLaQTreE0Fn44mdZsoHBe_Zdd7GUmjsWPyQ7I-k,6
|
60
|
+
halib-0.1.89.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|