nshtrainer 0.44.0__py3-none-any.whl → 0.44.1__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.
@@ -51,7 +51,8 @@ class LRSchedulerConfigBase(C.Config, ABC):
51
51
  self,
52
52
  optimizer: Optimizer,
53
53
  lightning_module: LightningModuleBase,
54
- lr: Never, # Backward compatibility, should be removed in the future
54
+ lr: Never
55
+ | None = None, # Backward compatibility, should be removed in the future
55
56
  ) -> LRSchedulerConfigType:
56
57
  # Create the scheduler.
57
58
  scheduler = self.create_scheduler_impl(optimizer, lightning_module)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nshtrainer
3
- Version: 0.44.0
3
+ Version: 0.44.1
4
4
  Summary:
5
5
  Author: Nima Shoghi
6
6
  Author-email: nimashoghi@gmail.com
@@ -116,7 +116,7 @@ nshtrainer/loggers/csv.py,sha256=ahbQj0uquf6WiIPZV1hUPxz8FuQwvfPww9BHyBvzkJo,108
116
116
  nshtrainer/loggers/tensorboard.py,sha256=yP9hebra1NeNiEAB7WrlJzh1AGYHLOvC0vP_Ku82sfE,2252
117
117
  nshtrainer/loggers/wandb.py,sha256=VTPy1HtAgnzmvTYYuHJ7cL1exOL95nyd93jlm65OY5o,6746
118
118
  nshtrainer/lr_scheduler/__init__.py,sha256=o7eDaj-KOetQvEwMjGKpcQofs1jimqUzHbJ5YM5cOMY,772
119
- nshtrainer/lr_scheduler/_base.py,sha256=_Tqyu6cSSlntbeLL0bD4FSfoB21HAS_GMi1NunikUL8,3701
119
+ nshtrainer/lr_scheduler/_base.py,sha256=EhA2f_WiZ79RcXL2nJbwCwNK620c8ugEVUmJ8CcVpsE,3723
120
120
  nshtrainer/lr_scheduler/linear_warmup_cosine.py,sha256=gvUuv031lvWdXboDeH7iAF3ZgNPQK40bQwfmqb11TNk,5492
121
121
  nshtrainer/lr_scheduler/reduce_lr_on_plateau.py,sha256=kOAlntpMKSO1fK94aocUcbR6wryW9tA9d74W_O7-KBM,2803
122
122
  nshtrainer/metrics/__init__.py,sha256=Nqkn_jsDf3n5WtfMcnaaEftYjIIT2b-S7rmsB1MOMkU,86
@@ -157,6 +157,6 @@ nshtrainer/util/seed.py,sha256=diMV8iwBKN7Xxt5pELmui-gyqyT80_CZzomrWhNss0k,316
157
157
  nshtrainer/util/slurm.py,sha256=HflkP5iI_r4UHMyPjw9R4dD5AHsJUpcfJw5PLvGYBRM,1603
158
158
  nshtrainer/util/typed.py,sha256=Xt5fUU6zwLKSTLUdenovnKK0N8qUq89Kddz2_XeykVQ,164
159
159
  nshtrainer/util/typing_utils.py,sha256=5EDJ2C_DEZauWwWOyNWBCVOJJL3znHPkayJcRq3SHPk,421
160
- nshtrainer-0.44.0.dist-info/METADATA,sha256=MMujhR5whJipYUqolavtpVoSX0o3E83XGaBb1yAP36M,916
161
- nshtrainer-0.44.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
162
- nshtrainer-0.44.0.dist-info/RECORD,,
160
+ nshtrainer-0.44.1.dist-info/METADATA,sha256=zIWwQb1PBF1WRQ5tlBmNa9uV0_BKwYFegZIfN-XSrx0,916
161
+ nshtrainer-0.44.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
162
+ nshtrainer-0.44.1.dist-info/RECORD,,