kostyl-toolkit 0.1.29__py3-none-any.whl → 0.1.30__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.
- kostyl/ml/lightning/callbacks/registry_uploader.py +1 -5
- {kostyl_toolkit-0.1.29.dist-info → kostyl_toolkit-0.1.30.dist-info}/METADATA +1 -1
- {kostyl_toolkit-0.1.29.dist-info → kostyl_toolkit-0.1.30.dist-info}/RECORD +4 -4
- {kostyl_toolkit-0.1.29.dist-info → kostyl_toolkit-0.1.30.dist-info}/WHEEL +0 -0
|
@@ -69,8 +69,6 @@ class ClearMLRegistryUploaderCallback(RegistryUploaderCallback):
|
|
|
69
69
|
self._output_model: OutputModel | None = None
|
|
70
70
|
self._last_uploaded_model_path: str = ""
|
|
71
71
|
self._upload_callback: Callable | None = None
|
|
72
|
-
|
|
73
|
-
self._design_updated: bool = False
|
|
74
72
|
return
|
|
75
73
|
|
|
76
74
|
def _create_output_model(self) -> OutputModel:
|
|
@@ -118,9 +116,7 @@ class ClearMLRegistryUploaderCallback(RegistryUploaderCallback):
|
|
|
118
116
|
auto_delete_file=False,
|
|
119
117
|
async_enable=False,
|
|
120
118
|
)
|
|
121
|
-
|
|
122
|
-
self._output_model.update_design(config_dict=self.config_dict)
|
|
123
|
-
self._design_updated = True
|
|
119
|
+
self._output_model.update_design(config_dict=self.config_dict)
|
|
124
120
|
|
|
125
121
|
self._last_uploaded_model_path = path
|
|
126
122
|
return
|
|
@@ -13,7 +13,7 @@ kostyl/ml/lightning/__init__.py,sha256=-F3JAyq8KU1d-nACWryGu8d1CbvWbQ1rXFdeRwfE2
|
|
|
13
13
|
kostyl/ml/lightning/callbacks/__init__.py,sha256=enexQt3octktsTiEYHltSF_24CM-NeFEVFimXiavGiY,296
|
|
14
14
|
kostyl/ml/lightning/callbacks/checkpoint.py,sha256=KNwNVB2TFh2dcn133NbeTo5ul0jgiPYCeA-8NQ7U_mw,18951
|
|
15
15
|
kostyl/ml/lightning/callbacks/early_stopping.py,sha256=D5nyjktCJ9XYAf28-kgXG8jORvXLl1N3nbDQnvValPM,615
|
|
16
|
-
kostyl/ml/lightning/callbacks/registry_uploader.py,sha256=
|
|
16
|
+
kostyl/ml/lightning/callbacks/registry_uploader.py,sha256=pIZHzHVANO_VsxPIbYhS8SwgZFHL341mP2HJnQ4iMFs,4216
|
|
17
17
|
kostyl/ml/lightning/extenstions/__init__.py,sha256=OY6QGv1agYgqqKf1xJBrxgp_i8FunVfPzYezfaRrGXU,182
|
|
18
18
|
kostyl/ml/lightning/extenstions/custom_module.py,sha256=nB5jW7cqRD1tyh-q5LD2EtiFQwFkLXpnS9Yu6c5xMRg,5987
|
|
19
19
|
kostyl/ml/lightning/extenstions/pretrained_model.py,sha256=QJGr2UvYJcU2Gy2w8z_cEvTodjv7hGdd2PPPfdOI-Mw,4017
|
|
@@ -31,6 +31,6 @@ kostyl/utils/__init__.py,sha256=hkpmB6c5pr4Ti5BshOROebb7cvjDZfNCw83qZ_FFKMM,240
|
|
|
31
31
|
kostyl/utils/dict_manipulations.py,sha256=e3vBicID74nYP8lHkVTQc4-IQwoJimrbFELy5uSF6Gk,1073
|
|
32
32
|
kostyl/utils/fs.py,sha256=gAQNIU4R_2DhwjgzOS8BOMe0gZymtY1eZwmdgOdDgqo,510
|
|
33
33
|
kostyl/utils/logging.py,sha256=Vye0u4-yeOSUc-f03gpQbxSktTbFiilTWLEVr00ZHvc,5796
|
|
34
|
-
kostyl_toolkit-0.1.
|
|
35
|
-
kostyl_toolkit-0.1.
|
|
36
|
-
kostyl_toolkit-0.1.
|
|
34
|
+
kostyl_toolkit-0.1.30.dist-info/WHEEL,sha256=ZyFSCYkV2BrxH6-HRVRg3R9Fo7MALzer9KiPYqNxSbo,79
|
|
35
|
+
kostyl_toolkit-0.1.30.dist-info/METADATA,sha256=EWSK4kD7-N-IX_yoLv0kLykrtcyAbzR_kjoWsWJNQOI,4269
|
|
36
|
+
kostyl_toolkit-0.1.30.dist-info/RECORD,,
|
|
File without changes
|