konfai 1.0.6__py3-none-any.whl → 1.0.7__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.
Potentially problematic release.
This version of konfai might be problematic. Click here for more details.
- konfai/main.py +3 -0
- {konfai-1.0.6.dist-info → konfai-1.0.7.dist-info}/METADATA +1 -1
- {konfai-1.0.6.dist-info → konfai-1.0.7.dist-info}/RECORD +7 -7
- {konfai-1.0.6.dist-info → konfai-1.0.7.dist-info}/WHEEL +0 -0
- {konfai-1.0.6.dist-info → konfai-1.0.7.dist-info}/entry_points.txt +0 -0
- {konfai-1.0.6.dist-info → konfai-1.0.7.dist-info}/licenses/LICENSE +0 -0
- {konfai-1.0.6.dist-info → konfai-1.0.7.dist-info}/top_level.txt +0 -0
konfai/main.py
CHANGED
|
@@ -4,6 +4,9 @@ from torch.cuda import device_count
|
|
|
4
4
|
import torch.multiprocessing as mp
|
|
5
5
|
from konfai.utils.utils import setupAPI, TensorBoard, Log
|
|
6
6
|
|
|
7
|
+
import sys
|
|
8
|
+
sys.path.insert(0, os.getcwd())
|
|
9
|
+
|
|
7
10
|
def main():
|
|
8
11
|
parser = argparse.ArgumentParser(description="KonfAI", formatter_class=argparse.ArgumentDefaultsHelpFormatter)
|
|
9
12
|
with setupAPI(parser) as distributedObject:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
konfai/__init__.py,sha256=jXMTNml38eX6FSq9d3C_gJVgRLTKHPBUXqOLC7Pqkuo,828
|
|
2
2
|
konfai/evaluator.py,sha256=WLJ_hEwY2smB6F2KBLCVH_j13WVe3biuETSg2_NTXdk,7396
|
|
3
|
-
konfai/main.py,sha256=
|
|
3
|
+
konfai/main.py,sha256=RDPi55Q6Klf-zenMTCHOwucEx-LNsVCcCmYea528JRw,2193
|
|
4
4
|
konfai/predictor.py,sha256=-CtMHDaZgnCSz-eKC3MG5_y7CWQI89afWpr7i897RVI,20178
|
|
5
5
|
konfai/trainer.py,sha256=x4Sni2JBOPgcSnpRwHHIQFB7cc0-cZ4L8X9pwZQt0qs,16866
|
|
6
6
|
konfai/data/HDF5.py,sha256=Amexa4zMfsamo0odxHgKBwWlR7WquhGnAmFFVETcpQw,14355
|
|
@@ -31,9 +31,9 @@ konfai/utils/config.py,sha256=tzIkNUA88EXGpkH-GUFA-BehxC47wAuDbu0M0kWfUIY,9887
|
|
|
31
31
|
konfai/utils/dataset.py,sha256=DTAt8AEsAkDWM8ZtiXPUQfS5DQBqdYmXuw2sjOTIYV4,35517
|
|
32
32
|
konfai/utils/registration.py,sha256=v1srEBOcgDnHrx0YtsK6bcj0yCMH7wNeaQ3wC7gEvOw,8898
|
|
33
33
|
konfai/utils/utils.py,sha256=hRxqq1cOXewFG417kYQZUGzKqaCK14GNQqjFdRBIVGs,20186
|
|
34
|
-
konfai-1.0.
|
|
35
|
-
konfai-1.0.
|
|
36
|
-
konfai-1.0.
|
|
37
|
-
konfai-1.0.
|
|
38
|
-
konfai-1.0.
|
|
39
|
-
konfai-1.0.
|
|
34
|
+
konfai-1.0.7.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
35
|
+
konfai-1.0.7.dist-info/METADATA,sha256=wD6hS66xdiAdI8zMjMwanFz4GXBfT31Y0taawDushbE,2312
|
|
36
|
+
konfai-1.0.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
37
|
+
konfai-1.0.7.dist-info/entry_points.txt,sha256=fG82HRN5-g39ACSOCtij_I3N6EHxfYnMR0D7TI_8pW8,81
|
|
38
|
+
konfai-1.0.7.dist-info/top_level.txt,sha256=xF470dkIlFoFqTZEOlRehKJr4WU_8OKGXrJqYm9vWKs,7
|
|
39
|
+
konfai-1.0.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|