nshtrainer 1.0.0b16__py3-none-any.whl → 1.0.0b17__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/trainer/_config.py
CHANGED
@@ -585,7 +585,7 @@ class TrainerConfig(C.Config):
|
|
585
585
|
Default: ``False``.
|
586
586
|
"""
|
587
587
|
|
588
|
-
barebones: bool
|
588
|
+
barebones: bool = False
|
589
589
|
"""Whether to run in "barebones mode", where all features that may impact raw speed are
|
590
590
|
disabled. This is meant for analyzing the Trainer overhead and is discouraged during regular training
|
591
591
|
runs. The following features are deactivated:
|
@@ -119,7 +119,7 @@ nshtrainer/profiler/advanced.py,sha256=XrM3FX0ThCv5UwUrrH0l4Ow4LGAtpiBww2N8QAU5N
|
|
119
119
|
nshtrainer/profiler/pytorch.py,sha256=8K37XvPnCApUpIK8tA2zNMFIaIiTLSoxKQoiyCPBm1Q,2757
|
120
120
|
nshtrainer/profiler/simple.py,sha256=PimjqcU-JuS-8C0ZGHAdwCxgNLij4x0FH6WXsjBQzZs,1005
|
121
121
|
nshtrainer/trainer/__init__.py,sha256=MmoydVS6aYeav7zgDAUHxAQrV_PMQsbnZTCuPnLH9Wk,128
|
122
|
-
nshtrainer/trainer/_config.py,sha256=
|
122
|
+
nshtrainer/trainer/_config.py,sha256=Bx-32uNvmJ68qlRoK8xxh71gZcqkIkDJNkkOWoU5Hnc,33486
|
123
123
|
nshtrainer/trainer/_runtime_callback.py,sha256=T3epaj1YeIN0R8CS2cg5HNJIB21TyaD_PVNNOPJ6nJs,4200
|
124
124
|
nshtrainer/trainer/signal_connector.py,sha256=YMJf6vTnW0JcnBkuYikm9x_9XscaokrCEzCn4THOGao,10776
|
125
125
|
nshtrainer/trainer/trainer.py,sha256=vfQAr5H5HkDlIxjdEP8yhLDKplodxIws3sx3u_8qbkc,19381
|
@@ -135,6 +135,6 @@ nshtrainer/util/seed.py,sha256=diMV8iwBKN7Xxt5pELmui-gyqyT80_CZzomrWhNss0k,316
|
|
135
135
|
nshtrainer/util/slurm.py,sha256=HflkP5iI_r4UHMyPjw9R4dD5AHsJUpcfJw5PLvGYBRM,1603
|
136
136
|
nshtrainer/util/typed.py,sha256=Xt5fUU6zwLKSTLUdenovnKK0N8qUq89Kddz2_XeykVQ,164
|
137
137
|
nshtrainer/util/typing_utils.py,sha256=MjY-CUX9R5Tzat-BlFnQjwl1PQ_W2yZQoXhkYHlJ_VA,442
|
138
|
-
nshtrainer-1.0.
|
139
|
-
nshtrainer-1.0.
|
140
|
-
nshtrainer-1.0.
|
138
|
+
nshtrainer-1.0.0b17.dist-info/METADATA,sha256=6-ZUgdzm04noloz7OD0Y3jxg-pBe2u-WqYS4ZGFhWIU,937
|
139
|
+
nshtrainer-1.0.0b17.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
140
|
+
nshtrainer-1.0.0b17.dist-info/RECORD,,
|
File without changes
|