halib 0.1.70__tar.gz → 0.1.73__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.73}/PKG-INFO +7 -43
- {halib-0.1.70 → halib-0.1.73}/README.md +1 -2
- {halib-0.1.70 → halib-0.1.73}/halib/research/base_exp.py +3 -3
- {halib-0.1.70 → halib-0.1.73}/halib.egg-info/PKG-INFO +7 -43
- {halib-0.1.70 → halib-0.1.73}/setup.py +1 -1
- {halib-0.1.70 → halib-0.1.73}/.gitignore +0 -0
- {halib-0.1.70 → halib-0.1.73}/GDriveFolder.txt +0 -0
- {halib-0.1.70 → halib-0.1.73}/LICENSE.txt +0 -0
- {halib-0.1.70 → halib-0.1.73}/MANIFEST.in +0 -0
- {halib-0.1.70 → halib-0.1.73}/guide_publish_pip.pdf +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/common.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/cuda.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/filetype/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/filetype/csvfile.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/filetype/jsonfile.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/filetype/textfile.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/filetype/videofile.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/filetype/yamlfile.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/online/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/online/gdrive.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/online/gdrive_mkdir.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/online/gdrive_test.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/online/projectmake.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/research/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/research/base_config.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/research/dataset.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/research/metrics.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/research/perfcalc.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/research/perftb.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/research/plot.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/research/torchloader.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/research/wandb_op.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/rich_color.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/system/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/system/cmd.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/system/filesys.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/utils/__init__.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/utils/dataclass_util.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/utils/dict_op.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/utils/gpu_mon.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/utils/listop.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/utils/tele_noti.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib/utils/video.py +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib.egg-info/SOURCES.txt +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib.egg-info/dependency_links.txt +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib.egg-info/requires.txt +0 -0
- {halib-0.1.70 → halib-0.1.73}/halib.egg-info/top_level.txt +0 -0
- {halib-0.1.70 → halib-0.1.73}/setup.cfg +0 -0
@@ -1,62 +1,24 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.1
|
2
2
|
Name: halib
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.73
|
4
4
|
Summary: Small library for common tasks
|
5
5
|
Author: Hoang Van Ha
|
6
6
|
Author-email: hoangvanhauit@gmail.com
|
7
|
+
License: UNKNOWN
|
8
|
+
Platform: UNKNOWN
|
7
9
|
Classifier: Programming Language :: Python :: 3
|
8
10
|
Classifier: License :: OSI Approved :: MIT License
|
9
11
|
Classifier: Operating System :: OS Independent
|
10
12
|
Requires-Python: >=3.8
|
11
13
|
Description-Content-Type: text/markdown
|
12
14
|
License-File: LICENSE.txt
|
13
|
-
Requires-Dist: arrow
|
14
|
-
Requires-Dist: click
|
15
|
-
Requires-Dist: enlighten
|
16
|
-
Requires-Dist: kaleido==0.1.*
|
17
|
-
Requires-Dist: loguru
|
18
|
-
Requires-Dist: more-itertools
|
19
|
-
Requires-Dist: moviepy
|
20
|
-
Requires-Dist: networkx
|
21
|
-
Requires-Dist: numpy
|
22
|
-
Requires-Dist: omegaconf
|
23
|
-
Requires-Dist: opencv-python
|
24
|
-
Requires-Dist: pandas
|
25
|
-
Requires-Dist: Pillow
|
26
|
-
Requires-Dist: Pyarrow
|
27
|
-
Requires-Dist: pycurl
|
28
|
-
Requires-Dist: python-telegram-bot
|
29
|
-
Requires-Dist: requests
|
30
|
-
Requires-Dist: rich
|
31
|
-
Requires-Dist: scikit-learn
|
32
|
-
Requires-Dist: matplotlib
|
33
|
-
Requires-Dist: seaborn
|
34
|
-
Requires-Dist: plotly
|
35
|
-
Requires-Dist: pygwalker
|
36
|
-
Requires-Dist: tabulate
|
37
|
-
Requires-Dist: itables
|
38
|
-
Requires-Dist: timebudget
|
39
|
-
Requires-Dist: tqdm
|
40
|
-
Requires-Dist: tube_dl
|
41
|
-
Requires-Dist: wandb
|
42
|
-
Requires-Dist: dataclass-wizard
|
43
|
-
Dynamic: author
|
44
|
-
Dynamic: author-email
|
45
|
-
Dynamic: classifier
|
46
|
-
Dynamic: description
|
47
|
-
Dynamic: description-content-type
|
48
|
-
Dynamic: license-file
|
49
|
-
Dynamic: requires-dist
|
50
|
-
Dynamic: requires-python
|
51
|
-
Dynamic: summary
|
52
15
|
|
53
16
|
Helper package for coding and automation
|
54
17
|
|
55
|
-
**Version 0.1.
|
18
|
+
**Version 0.1.73**
|
56
19
|
|
57
20
|
+ `research/base_exp`: add base experiment class to handle common experiment tasks, including performance calculation and saving results.
|
58
21
|
|
59
|
-
|
60
22
|
**Version 0.1.67**
|
61
23
|
|
62
24
|
+ now use `uv` for venv management
|
@@ -193,3 +155,5 @@ New Features
|
|
193
155
|
New Features
|
194
156
|
|
195
157
|
+ add support to upload local to google drive.
|
158
|
+
|
159
|
+
|
@@ -1,10 +1,9 @@
|
|
1
1
|
Helper package for coding and automation
|
2
2
|
|
3
|
-
**Version 0.1.
|
3
|
+
**Version 0.1.73**
|
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,62 +1,24 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.1
|
2
2
|
Name: halib
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.73
|
4
4
|
Summary: Small library for common tasks
|
5
5
|
Author: Hoang Van Ha
|
6
6
|
Author-email: hoangvanhauit@gmail.com
|
7
|
+
License: UNKNOWN
|
8
|
+
Platform: UNKNOWN
|
7
9
|
Classifier: Programming Language :: Python :: 3
|
8
10
|
Classifier: License :: OSI Approved :: MIT License
|
9
11
|
Classifier: Operating System :: OS Independent
|
10
12
|
Requires-Python: >=3.8
|
11
13
|
Description-Content-Type: text/markdown
|
12
14
|
License-File: LICENSE.txt
|
13
|
-
Requires-Dist: arrow
|
14
|
-
Requires-Dist: click
|
15
|
-
Requires-Dist: enlighten
|
16
|
-
Requires-Dist: kaleido==0.1.*
|
17
|
-
Requires-Dist: loguru
|
18
|
-
Requires-Dist: more-itertools
|
19
|
-
Requires-Dist: moviepy
|
20
|
-
Requires-Dist: networkx
|
21
|
-
Requires-Dist: numpy
|
22
|
-
Requires-Dist: omegaconf
|
23
|
-
Requires-Dist: opencv-python
|
24
|
-
Requires-Dist: pandas
|
25
|
-
Requires-Dist: Pillow
|
26
|
-
Requires-Dist: Pyarrow
|
27
|
-
Requires-Dist: pycurl
|
28
|
-
Requires-Dist: python-telegram-bot
|
29
|
-
Requires-Dist: requests
|
30
|
-
Requires-Dist: rich
|
31
|
-
Requires-Dist: scikit-learn
|
32
|
-
Requires-Dist: matplotlib
|
33
|
-
Requires-Dist: seaborn
|
34
|
-
Requires-Dist: plotly
|
35
|
-
Requires-Dist: pygwalker
|
36
|
-
Requires-Dist: tabulate
|
37
|
-
Requires-Dist: itables
|
38
|
-
Requires-Dist: timebudget
|
39
|
-
Requires-Dist: tqdm
|
40
|
-
Requires-Dist: tube_dl
|
41
|
-
Requires-Dist: wandb
|
42
|
-
Requires-Dist: dataclass-wizard
|
43
|
-
Dynamic: author
|
44
|
-
Dynamic: author-email
|
45
|
-
Dynamic: classifier
|
46
|
-
Dynamic: description
|
47
|
-
Dynamic: description-content-type
|
48
|
-
Dynamic: license-file
|
49
|
-
Dynamic: requires-dist
|
50
|
-
Dynamic: requires-python
|
51
|
-
Dynamic: summary
|
52
15
|
|
53
16
|
Helper package for coding and automation
|
54
17
|
|
55
|
-
**Version 0.1.
|
18
|
+
**Version 0.1.73**
|
56
19
|
|
57
20
|
+ `research/base_exp`: add base experiment class to handle common experiment tasks, including performance calculation and saving results.
|
58
21
|
|
59
|
-
|
60
22
|
**Version 0.1.67**
|
61
23
|
|
62
24
|
+ now use `uv` for venv management
|
@@ -193,3 +155,5 @@ New Features
|
|
193
155
|
New Features
|
194
156
|
|
195
157
|
+ add support to upload local to google drive.
|
158
|
+
|
159
|
+
|
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
|
File without changes
|