kostyl-toolkit 0.1.43__py3-none-any.whl → 0.1.44__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.
@@ -35,6 +35,10 @@ class CompositeScheduler(BaseScheduler):
35
35
  def state_dict(self) -> dict[str, Any]:
36
36
  return {key: value.state_dict() for key, value in self.schedulers.items()}
37
37
 
38
+ @override
39
+ def _verify(self) -> None:
40
+ pass
41
+
38
42
  @override
39
43
  def load_state_dict(self, state_dict: dict[str, Any]) -> None:
40
44
  for key, value in state_dict.items():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: kostyl-toolkit
3
- Version: 0.1.43
3
+ Version: 0.1.44
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
@@ -28,7 +28,7 @@ kostyl/ml/optim/__init__.py,sha256=GgCr94WbiM-7MVDf6fPlbeUSxS33ufn_UAmqfKerElc,1
28
28
  kostyl/ml/optim/factory.py,sha256=sPFIQkzIA4DKpny1hrcxHTKjEOXcbwLVy2CI9ZGZ938,10713
29
29
  kostyl/ml/optim/schedulers/__init__.py,sha256=lVwWj_mtUDo5OLtr8NNljLQgWGJUKPJWV7bm6-997ag,1486
30
30
  kostyl/ml/optim/schedulers/base.py,sha256=bjmwgdZpnSqpCnHPnKC6MEiRO79cwxMJpZq-eQVNs2M,1353
31
- kostyl/ml/optim/schedulers/composite.py,sha256=ee4xlMDMMtjKPkbTF2ue9GTr9DuGCGjZWf11mHbi6aE,2387
31
+ kostyl/ml/optim/schedulers/composite.py,sha256=4dDTVBaUbFiW4Z1kHyZDeRu-pxbAk4EfPpQb6Jxm2Pc,2446
32
32
  kostyl/ml/optim/schedulers/cosine.py,sha256=LnFujAKaM8v5soPwiWG899nUMeaeAe8oTiaJqvoQxg8,8705
33
33
  kostyl/ml/optim/schedulers/linear.py,sha256=hlHfU88WLwfke8XGmRUzRKmEpqyyaLb4RRqq6EIzIxU,5881
34
34
  kostyl/ml/optim/schedulers/plateau.py,sha256=kjHivSp2FIMXExgS0q_Wbxk9pEHnuzhrIu4TQ59kYNw,11255
@@ -37,6 +37,6 @@ kostyl/utils/__init__.py,sha256=hkpmB6c5pr4Ti5BshOROebb7cvjDZfNCw83qZ_FFKMM,240
37
37
  kostyl/utils/dict_manipulations.py,sha256=e3vBicID74nYP8lHkVTQc4-IQwoJimrbFELy5uSF6Gk,1073
38
38
  kostyl/utils/fs.py,sha256=gAQNIU4R_2DhwjgzOS8BOMe0gZymtY1eZwmdgOdDgqo,510
39
39
  kostyl/utils/logging.py,sha256=CgNFNogcK0hoZmygvBWlTcq5A3m2Pfv9eOAP_gwx0pM,6633
40
- kostyl_toolkit-0.1.43.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
41
- kostyl_toolkit-0.1.43.dist-info/METADATA,sha256=0Qt13h-ngr5NzIJd9m0NfELBQug8M5-YzzW0YBqjYXs,4121
42
- kostyl_toolkit-0.1.43.dist-info/RECORD,,
40
+ kostyl_toolkit-0.1.44.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
41
+ kostyl_toolkit-0.1.44.dist-info/METADATA,sha256=bLE6Ft9DiBwtnsxP8j5nlx3bvxmsaQMEossoqe7x6uY,4121
42
+ kostyl_toolkit-0.1.44.dist-info/RECORD,,