nshtrainer 0.10.3__py3-none-any.whl → 0.10.4__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/model/_environment.py
CHANGED
|
@@ -409,9 +409,9 @@ class EnvironmentPackageConfig(C.Config):
|
|
|
409
409
|
name=package.project_name,
|
|
410
410
|
version=package.version,
|
|
411
411
|
path=Path(package.location) if package.location else None,
|
|
412
|
-
summary=package
|
|
413
|
-
author=package
|
|
414
|
-
license=package
|
|
412
|
+
summary=getattr(package, "summary", None),
|
|
413
|
+
author=getattr(package, "author", None),
|
|
414
|
+
license=getattr(package, "license", None),
|
|
415
415
|
requires=[str(req) for req in package.requires()],
|
|
416
416
|
)
|
|
417
417
|
except ImportError:
|
|
@@ -50,7 +50,7 @@ nshtrainer/lr_scheduler/reduce_lr_on_plateau.py,sha256=h76oTHYpMxauV_l6lviya5DW-
|
|
|
50
50
|
nshtrainer/metrics/__init__.py,sha256=ObLIELGguIEcUpRsUkqh1ltrvZii6vglTpJGrPvoy00,50
|
|
51
51
|
nshtrainer/metrics/_config.py,sha256=hWWS4IXENRyH3RmJ7z1Wx1n3Lt1sNMlGOrcU6PW15o0,1104
|
|
52
52
|
nshtrainer/model/__init__.py,sha256=TbexTxiE20WHYg5q3L88Hysk4LlHeKk_isv33aSBREA,1918
|
|
53
|
-
nshtrainer/model/_environment.py,sha256=
|
|
53
|
+
nshtrainer/model/_environment.py,sha256=aKr4S-Hp63TAPgr5qC6I5E-MYjzZ_puRaJT75ZAgqJI,22371
|
|
54
54
|
nshtrainer/model/base.py,sha256=Bmw-t70TydDbE9P0ee-lTibGoUhrCx5Qke-upa7FGVM,17512
|
|
55
55
|
nshtrainer/model/config.py,sha256=OsVba02cmEYVf6V-A6ljV7VMAW5XZO6GWNRk8ktUw2o,53177
|
|
56
56
|
nshtrainer/model/modules/callback.py,sha256=JF59U9-CjJsAIspEhTJbVaGN0wGctZG7UquE3IS7R8A,6408
|
|
@@ -79,6 +79,6 @@ nshtrainer/util/seed.py,sha256=HEXgVs-wldByahOysKwq7506OHxdYTEgmP-tDQVAEkQ,287
|
|
|
79
79
|
nshtrainer/util/slurm.py,sha256=rofIU26z3SdL79SF45tNez6juou1cyDLz07oXEZb9Hg,1566
|
|
80
80
|
nshtrainer/util/typed.py,sha256=NGuDkDzFlc1fAoaXjOFZVbmj0mRFjsQi1E_hPa7Bn5U,128
|
|
81
81
|
nshtrainer/util/typing_utils.py,sha256=8ptjSSLZxlmy4FY6lzzkoGoF5fGNClo8-B_c0XHQaNU,385
|
|
82
|
-
nshtrainer-0.10.
|
|
83
|
-
nshtrainer-0.10.
|
|
84
|
-
nshtrainer-0.10.
|
|
82
|
+
nshtrainer-0.10.4.dist-info/METADATA,sha256=xyxTCvbe5YqMiwXisCYgvEYIdZVkgw-gtb8gVB_Ptjc,695
|
|
83
|
+
nshtrainer-0.10.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
84
|
+
nshtrainer-0.10.4.dist-info/RECORD,,
|
|
File without changes
|