kostyl-toolkit 0.1.28__py3-none-any.whl → 0.1.29__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.
@@ -69,6 +69,8 @@ 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
72
74
  return
73
75
 
74
76
  def _create_output_model(self) -> OutputModel:
@@ -116,7 +118,9 @@ class ClearMLRegistryUploaderCallback(RegistryUploaderCallback):
116
118
  auto_delete_file=False,
117
119
  async_enable=False,
118
120
  )
119
- self._output_model.update_design(config_dict=self.config_dict)
121
+ if not self._design_updated and self.config_dict is not None:
122
+ self._output_model.update_design(config_dict=self.config_dict)
123
+ self._design_updated = True
120
124
 
121
125
  self._last_uploaded_model_path = path
122
126
  return
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: kostyl-toolkit
3
- Version: 0.1.28
3
+ Version: 0.1.29
4
4
  Summary: Kickass Orchestration System for Training, Yielding & Logging
5
5
  Requires-Dist: case-converter>=1.2.0
6
6
  Requires-Dist: loguru>=0.7.3
@@ -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=pIZHzHVANO_VsxPIbYhS8SwgZFHL341mP2HJnQ4iMFs,4216
16
+ kostyl/ml/lightning/callbacks/registry_uploader.py,sha256=GtXKqjfBoqPa0udgIulnTrQZOK3NqUeSTEA9apjxz_o,4374
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.28.dist-info/WHEEL,sha256=ZyFSCYkV2BrxH6-HRVRg3R9Fo7MALzer9KiPYqNxSbo,79
35
- kostyl_toolkit-0.1.28.dist-info/METADATA,sha256=_gd25R8fJUN7BDYqEDJtXQgmVHTjkSN0B1TWaxYcnhY,4269
36
- kostyl_toolkit-0.1.28.dist-info/RECORD,,
34
+ kostyl_toolkit-0.1.29.dist-info/WHEEL,sha256=ZyFSCYkV2BrxH6-HRVRg3R9Fo7MALzer9KiPYqNxSbo,79
35
+ kostyl_toolkit-0.1.29.dist-info/METADATA,sha256=x2GAeUoq_SaLJK1V48yxjw07IJYnhIvQ26bh8KE5LuQ,4269
36
+ kostyl_toolkit-0.1.29.dist-info/RECORD,,