nshtrainer 0.5.2__py3-none-any.whl → 0.5.3__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.
nshtrainer/ll/__init__.py CHANGED
@@ -1,6 +1,7 @@
1
1
  import importlib
2
2
  import sys
3
3
  from types import ModuleType
4
+ from typing import TYPE_CHECKING
4
5
 
5
6
  # The name of your new package
6
7
  NEW_PACKAGE = "nshtrainer"
@@ -40,3 +41,6 @@ class SubmoduleProxy:
40
41
  old_module.__class__ = type(
41
42
  "ProxyModuleWithSubmodules", (ProxyModule, SubmoduleProxy), {}
42
43
  )
44
+
45
+ if TYPE_CHECKING:
46
+ from nshtrainer import * # noqa: F401, F403
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nshtrainer
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary:
5
5
  Author: Nima Shoghi
6
6
  Author-email: nimashoghi@gmail.com
@@ -26,7 +26,7 @@ nshtrainer/config.py,sha256=IXOAl_JWFNX9kPTo_iw4Nc3qXqkKrbA6-ZrvTAjqu6A,104
26
26
  nshtrainer/data/__init__.py,sha256=7mk1tr7SWUZ7ySbsf0y0ZPszk7u4QznPhQ-7wnpH9ec,149
27
27
  nshtrainer/data/balanced_batch_sampler.py,sha256=bcJBcQjh1hB1yKF_xSlT9AtEWv0BJjYc1CuH2BF-ea8,4392
28
28
  nshtrainer/data/transform.py,sha256=JeGxvytQly8hougrsdMmKG8gJ6qvFPDglJCO4Tp6STk,1795
29
- nshtrainer/ll/__init__.py,sha256=1cccXGP085GSR5AYM4zVg4CgTso9rgzrPJ_mZz0RRJ0,1027
29
+ nshtrainer/ll/__init__.py,sha256=u3wEyfc8kIsdRwZ8jpmywkEykHX4iIa-xA4we9GSuYE,1128
30
30
  nshtrainer/lr_scheduler/__init__.py,sha256=uEvgaFAs-4s_bAEMaildy0GT6OvgpgOEKTuzqutESHE,736
31
31
  nshtrainer/lr_scheduler/_base.py,sha256=7xOIuxQ86YHbFWG5a3gX46emQj1WN_LaY4-i0Q1TDBg,3659
32
32
  nshtrainer/lr_scheduler/linear_warmup_cosine.py,sha256=mn6cyizyI_stkXtg6zxIEGF9btIxMRWigUHUTlUYCSw,5221
@@ -59,6 +59,6 @@ nshtrainer/util/seed.py,sha256=HEXgVs-wldByahOysKwq7506OHxdYTEgmP-tDQVAEkQ,287
59
59
  nshtrainer/util/slurm.py,sha256=rofIU26z3SdL79SF45tNez6juou1cyDLz07oXEZb9Hg,1566
60
60
  nshtrainer/util/typed.py,sha256=NGuDkDzFlc1fAoaXjOFZVbmj0mRFjsQi1E_hPa7Bn5U,128
61
61
  nshtrainer/util/typing_utils.py,sha256=8ptjSSLZxlmy4FY6lzzkoGoF5fGNClo8-B_c0XHQaNU,385
62
- nshtrainer-0.5.2.dist-info/METADATA,sha256=7fJ39M-XC3Mp8zOg4AShDvqAyCPSmBZxAIDoKQ50hAs,812
63
- nshtrainer-0.5.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
64
- nshtrainer-0.5.2.dist-info/RECORD,,
62
+ nshtrainer-0.5.3.dist-info/METADATA,sha256=WbSdHGLe7sAKHKZWi5C7KjG-MwmWbcxTiNL67yqTwFs,812
63
+ nshtrainer-0.5.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
64
+ nshtrainer-0.5.3.dist-info/RECORD,,