supervisely 6.73.392__py3-none-any.whl → 6.73.393__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.
- supervisely/nn/training/gui/gui.py +2 -0
- {supervisely-6.73.392.dist-info → supervisely-6.73.393.dist-info}/METADATA +1 -1
- {supervisely-6.73.392.dist-info → supervisely-6.73.393.dist-info}/RECORD +7 -7
- {supervisely-6.73.392.dist-info → supervisely-6.73.393.dist-info}/LICENSE +0 -0
- {supervisely-6.73.392.dist-info → supervisely-6.73.393.dist-info}/WHEEL +0 -0
- {supervisely-6.73.392.dist-info → supervisely-6.73.393.dist-info}/entry_points.txt +0 -0
- {supervisely-6.73.392.dist-info → supervisely-6.73.393.dist-info}/top_level.txt +0 -0
|
@@ -577,6 +577,8 @@ class TrainGUI:
|
|
|
577
577
|
|
|
578
578
|
# Run from experiment page
|
|
579
579
|
train_task_id = getenv("modal.state.trainTaskId", None)
|
|
580
|
+
if train_task_id is not None:
|
|
581
|
+
train_task_id = int(train_task_id)
|
|
580
582
|
train_mode = getenv("modal.state.trainMode", None)
|
|
581
583
|
if train_task_id is not None and train_mode is not None:
|
|
582
584
|
self._run_from_experiment(train_task_id, train_mode)
|
|
@@ -1002,7 +1002,7 @@ supervisely/nn/training/__init__.py,sha256=gY4PCykJ-42MWKsqb9kl-skemKa8yB6t_fb5k
|
|
|
1002
1002
|
supervisely/nn/training/train_app.py,sha256=0tE1noQGvfV7oWFPadL1D87wjuHEWnBtOax4Z7p5RUI,123660
|
|
1003
1003
|
supervisely/nn/training/gui/__init__.py,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
1004
1004
|
supervisely/nn/training/gui/classes_selector.py,sha256=tqmVwUfC2u5K53mZmvDvNOhu9Mw5mddjpB2kxRXXUO8,12453
|
|
1005
|
-
supervisely/nn/training/gui/gui.py,sha256=
|
|
1005
|
+
supervisely/nn/training/gui/gui.py,sha256=YKhcTZrzhRDToY79L3QbgiWfx9P8GUcKkiBXw_GDgeQ,49215
|
|
1006
1006
|
supervisely/nn/training/gui/hyperparameters_selector.py,sha256=bcCxJ9-8NjZa0U9XWHysrMzr8dxqXiqUgX5lbDiAm5A,7767
|
|
1007
1007
|
supervisely/nn/training/gui/input_selector.py,sha256=rmirJzpdxuYONI6y5_cvMdGWBJ--T20YTsISghATHu4,2510
|
|
1008
1008
|
supervisely/nn/training/gui/model_selector.py,sha256=Fvsja7n75PzqxDkDhPEkCltYsbAPPRpUxgWgIZCseks,7439
|
|
@@ -1114,9 +1114,9 @@ supervisely/worker_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
1114
1114
|
supervisely/worker_proto/worker_api_pb2.py,sha256=VQfi5JRBHs2pFCK1snec3JECgGnua3Xjqw_-b3aFxuM,59142
|
|
1115
1115
|
supervisely/worker_proto/worker_api_pb2_grpc.py,sha256=3BwQXOaP9qpdi0Dt9EKG--Lm8KGN0C5AgmUfRv77_Jk,28940
|
|
1116
1116
|
supervisely_lib/__init__.py,sha256=7-3QnN8Zf0wj8NCr2oJmqoQWMKKPKTECvjH9pd2S5vY,159
|
|
1117
|
-
supervisely-6.73.
|
|
1118
|
-
supervisely-6.73.
|
|
1119
|
-
supervisely-6.73.
|
|
1120
|
-
supervisely-6.73.
|
|
1121
|
-
supervisely-6.73.
|
|
1122
|
-
supervisely-6.73.
|
|
1117
|
+
supervisely-6.73.393.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
1118
|
+
supervisely-6.73.393.dist-info/METADATA,sha256=Ne2FExWoWEBKR4Ql9G7zglFJ2stNIVWhG7AIZfP3QGw,35254
|
|
1119
|
+
supervisely-6.73.393.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
1120
|
+
supervisely-6.73.393.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
|
|
1121
|
+
supervisely-6.73.393.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
|
|
1122
|
+
supervisely-6.73.393.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|