halib 0.1.70__tar.gz → 0.1.74__tar.gz
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-0.1.70 → halib-0.1.74}/PKG-INFO +4 -4
- {halib-0.1.70 → halib-0.1.74}/README.md +1 -2
- {halib-0.1.70 → halib-0.1.74}/halib/research/base_exp.py +3 -3
- {halib-0.1.70 → halib-0.1.74}/halib.egg-info/PKG-INFO +4 -4
- {halib-0.1.70 → halib-0.1.74}/halib.egg-info/requires.txt +6 -1
- {halib-0.1.70 → halib-0.1.74}/setup.py +1 -1
- {halib-0.1.70 → halib-0.1.74}/.gitignore +0 -0
- {halib-0.1.70 → halib-0.1.74}/GDriveFolder.txt +0 -0
- {halib-0.1.70 → halib-0.1.74}/LICENSE.txt +0 -0
- {halib-0.1.70 → halib-0.1.74}/MANIFEST.in +0 -0
- {halib-0.1.70 → halib-0.1.74}/guide_publish_pip.pdf +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/common.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/cuda.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/filetype/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/filetype/csvfile.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/filetype/jsonfile.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/filetype/textfile.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/filetype/videofile.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/filetype/yamlfile.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/online/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/online/gdrive.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/online/gdrive_mkdir.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/online/gdrive_test.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/online/projectmake.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/research/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/research/base_config.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/research/dataset.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/research/metrics.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/research/perfcalc.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/research/perftb.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/research/plot.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/research/torchloader.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/research/wandb_op.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/rich_color.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/system/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/system/cmd.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/system/filesys.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/utils/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/utils/dataclass_util.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/utils/dict_op.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/utils/gpu_mon.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/utils/listop.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/utils/tele_noti.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib/utils/video.py +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib.egg-info/SOURCES.txt +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib.egg-info/dependency_links.txt +0 -0
- {halib-0.1.70 → halib-0.1.74}/halib.egg-info/top_level.txt +0 -0
- {halib-0.1.70 → halib-0.1.74}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: halib
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.74
|
4
4
|
Summary: Small library for common tasks
|
5
5
|
Author: Hoang Van Ha
|
6
6
|
Author-email: hoangvanhauit@gmail.com
|
@@ -13,7 +13,6 @@ License-File: LICENSE.txt
|
|
13
13
|
Requires-Dist: arrow
|
14
14
|
Requires-Dist: click
|
15
15
|
Requires-Dist: enlighten
|
16
|
-
Requires-Dist: kaleido==0.1.*
|
17
16
|
Requires-Dist: loguru
|
18
17
|
Requires-Dist: more-itertools
|
19
18
|
Requires-Dist: moviepy
|
@@ -40,6 +39,8 @@ Requires-Dist: tqdm
|
|
40
39
|
Requires-Dist: tube_dl
|
41
40
|
Requires-Dist: wandb
|
42
41
|
Requires-Dist: dataclass-wizard
|
42
|
+
Requires-Dist: kaleido==0.1.*; sys_platform == "win32"
|
43
|
+
Requires-Dist: kaleido; sys_platform == "linux"
|
43
44
|
Dynamic: author
|
44
45
|
Dynamic: author-email
|
45
46
|
Dynamic: classifier
|
@@ -52,11 +53,10 @@ Dynamic: summary
|
|
52
53
|
|
53
54
|
Helper package for coding and automation
|
54
55
|
|
55
|
-
**Version 0.1.
|
56
|
+
**Version 0.1.74**
|
56
57
|
|
57
58
|
+ `research/base_exp`: add base experiment class to handle common experiment tasks, including performance calculation and saving results.
|
58
59
|
|
59
|
-
|
60
60
|
**Version 0.1.67**
|
61
61
|
|
62
62
|
+ now use `uv` for venv management
|
@@ -1,10 +1,9 @@
|
|
1
1
|
Helper package for coding and automation
|
2
2
|
|
3
|
-
**Version 0.1.
|
3
|
+
**Version 0.1.74**
|
4
4
|
|
5
5
|
+ `research/base_exp`: add base experiment class to handle common experiment tasks, including performance calculation and saving results.
|
6
6
|
|
7
|
-
|
8
7
|
**Version 0.1.67**
|
9
8
|
|
10
9
|
+ now use `uv` for venv management
|
@@ -1,8 +1,8 @@
|
|
1
1
|
from abc import ABC, abstractmethod
|
2
2
|
|
3
|
-
from base_config import ExpBaseConfig
|
4
|
-
from perfcalc import PerfCalc
|
5
|
-
from metrics import MetricsBackend
|
3
|
+
from ..research.base_config import ExpBaseConfig
|
4
|
+
from ..research.perfcalc import PerfCalc
|
5
|
+
from ..research.metrics import MetricsBackend
|
6
6
|
|
7
7
|
# ! SEE https://github.com/hahv/base_exp for sample usage
|
8
8
|
class BaseExperiment(PerfCalc, ABC):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: halib
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.74
|
4
4
|
Summary: Small library for common tasks
|
5
5
|
Author: Hoang Van Ha
|
6
6
|
Author-email: hoangvanhauit@gmail.com
|
@@ -13,7 +13,6 @@ License-File: LICENSE.txt
|
|
13
13
|
Requires-Dist: arrow
|
14
14
|
Requires-Dist: click
|
15
15
|
Requires-Dist: enlighten
|
16
|
-
Requires-Dist: kaleido==0.1.*
|
17
16
|
Requires-Dist: loguru
|
18
17
|
Requires-Dist: more-itertools
|
19
18
|
Requires-Dist: moviepy
|
@@ -40,6 +39,8 @@ Requires-Dist: tqdm
|
|
40
39
|
Requires-Dist: tube_dl
|
41
40
|
Requires-Dist: wandb
|
42
41
|
Requires-Dist: dataclass-wizard
|
42
|
+
Requires-Dist: kaleido==0.1.*; sys_platform == "win32"
|
43
|
+
Requires-Dist: kaleido; sys_platform == "linux"
|
43
44
|
Dynamic: author
|
44
45
|
Dynamic: author-email
|
45
46
|
Dynamic: classifier
|
@@ -52,11 +53,10 @@ Dynamic: summary
|
|
52
53
|
|
53
54
|
Helper package for coding and automation
|
54
55
|
|
55
|
-
**Version 0.1.
|
56
|
+
**Version 0.1.74**
|
56
57
|
|
57
58
|
+ `research/base_exp`: add base experiment class to handle common experiment tasks, including performance calculation and saving results.
|
58
59
|
|
59
|
-
|
60
60
|
**Version 0.1.67**
|
61
61
|
|
62
62
|
+ now use `uv` for venv management
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|