dtlpy 1.114.15__py3-none-any.whl → 1.114.16__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.
- dtlpy/__version__.py +1 -1
- dtlpy/ml/base_model_adapter.py +3 -3
- {dtlpy-1.114.15.dist-info → dtlpy-1.114.16.dist-info}/METADATA +1 -1
- {dtlpy-1.114.15.dist-info → dtlpy-1.114.16.dist-info}/RECORD +11 -11
- {dtlpy-1.114.15.data → dtlpy-1.114.16.data}/scripts/dlp +0 -0
- {dtlpy-1.114.15.data → dtlpy-1.114.16.data}/scripts/dlp.bat +0 -0
- {dtlpy-1.114.15.data → dtlpy-1.114.16.data}/scripts/dlp.py +0 -0
- {dtlpy-1.114.15.dist-info → dtlpy-1.114.16.dist-info}/WHEEL +0 -0
- {dtlpy-1.114.15.dist-info → dtlpy-1.114.16.dist-info}/entry_points.txt +0 -0
- {dtlpy-1.114.15.dist-info → dtlpy-1.114.16.dist-info}/licenses/LICENSE +0 -0
- {dtlpy-1.114.15.dist-info → dtlpy-1.114.16.dist-info}/top_level.txt +0 -0
dtlpy/__version__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version = '1.114.
|
|
1
|
+
version = '1.114.16'
|
dtlpy/ml/base_model_adapter.py
CHANGED
|
@@ -50,7 +50,7 @@ class ModelConfigurations(MutableMapping):
|
|
|
50
50
|
|
|
51
51
|
def _update_model_entity(self):
|
|
52
52
|
if self._base_model_adapter is not None and self._base_model_adapter.model_entity is not None:
|
|
53
|
-
self._base_model_adapter.model_entity.update()
|
|
53
|
+
self._base_model_adapter.model_entity.update(reload_services=False)
|
|
54
54
|
|
|
55
55
|
def __ior__(self, other):
|
|
56
56
|
self.update(other)
|
|
@@ -793,7 +793,7 @@ class BaseModelAdapter(utilities.BaseServiceRunner):
|
|
|
793
793
|
if context is not None:
|
|
794
794
|
if 'system' not in model.metadata:
|
|
795
795
|
model.metadata['system'] = dict()
|
|
796
|
-
model.update()
|
|
796
|
+
model.update(reload_services=False)
|
|
797
797
|
|
|
798
798
|
##########################
|
|
799
799
|
# load model and weights #
|
|
@@ -828,7 +828,7 @@ class BaseModelAdapter(utilities.BaseServiceRunner):
|
|
|
828
828
|
|
|
829
829
|
self.save_to_model(local_path=output_path, replace=True)
|
|
830
830
|
model.status = 'trained'
|
|
831
|
-
model.update()
|
|
831
|
+
model.update(reload_services=False)
|
|
832
832
|
###########
|
|
833
833
|
# cleanup #
|
|
834
834
|
###########
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
dtlpy/__init__.py,sha256=Kpyd5B6_bVW7O2l5EPnFxXJzHiobRvFbIUDeYT7kvh0,21054
|
|
2
|
-
dtlpy/__version__.py,sha256=
|
|
2
|
+
dtlpy/__version__.py,sha256=6L6Mo8Hr0v7vYJ0QSzWMe3Sgci6RZ5XvXBcZALddlDs,22
|
|
3
3
|
dtlpy/exceptions.py,sha256=3-QaX1marJ1oCNNnEgnvqPlhHq8mVKjufI157pzxGZU,2996
|
|
4
4
|
dtlpy/new_instance.py,sha256=6M2jZrQ6E9zfef4HOthiC9jzpQsRaLrOLu0IKw0yg0I,10234
|
|
5
5
|
dtlpy/assets/__init__.py,sha256=AzcOoxymAF5O2ujLGtBIXWcA_AZx20Z0BzKLQsQWw94,1002
|
|
@@ -150,7 +150,7 @@ dtlpy/miscellaneous/list_print.py,sha256=oUSBNVaroekOIRaXjWeTVQxSifMhsmPPxzZbSPE
|
|
|
150
150
|
dtlpy/miscellaneous/zipping.py,sha256=-UeVNFTzF7iLo87QpISBLL1sZHnl0p5zrNmzharobd4,5513
|
|
151
151
|
dtlpy/ml/__init__.py,sha256=coDyt1yOZrmc3FIFPnQ_GGUVtcr2U1OqBAcP2u8p63U,819
|
|
152
152
|
dtlpy/ml/base_feature_extractor_adapter.py,sha256=V6dE9O3JRp2f6Xw0GO09mwdJFdW88Fu6_MsPXQ9m58g,1205
|
|
153
|
-
dtlpy/ml/base_model_adapter.py,sha256=
|
|
153
|
+
dtlpy/ml/base_model_adapter.py,sha256=23_kaSbu0knX46ButQAOEPn8pgj5FcBpFxoD8JdKLlI,58275
|
|
154
154
|
dtlpy/ml/metrics.py,sha256=CEavVQ9FoF_iHHaQCs2tPOdA2QvRvVSY11by4wIpeyA,20498
|
|
155
155
|
dtlpy/ml/predictions_utils.py,sha256=eNUaReXLDCex1y1TAxuFfQV_sCGk4iT77UJFMHMw6zI,12758
|
|
156
156
|
dtlpy/ml/summary_writer.py,sha256=JuFlqJsUqTBfLlRI1HtffiJA5tcCqDbarAKuoRPnZew,2841
|
|
@@ -227,14 +227,14 @@ dtlpy/utilities/reports/report.py,sha256=zer2AqDmmuuu_A31TjHI9yS4RnjAlIeQZ5xWzOM
|
|
|
227
227
|
dtlpy/utilities/videos/__init__.py,sha256=erjgtnnSJYk3k9j4PGzJwu3Ohv7H7DMnKySvJUQoaQs,751
|
|
228
228
|
dtlpy/utilities/videos/video_player.py,sha256=KJiMcrGo17qwaSnOF-SsccAR8BVChC_HMgTV6zW1bJ8,24670
|
|
229
229
|
dtlpy/utilities/videos/videos.py,sha256=PjPx_2hwAxctoz96XBd407ds8JZpzur4Z54rtJlVO-8,22345
|
|
230
|
-
dtlpy-1.114.
|
|
231
|
-
dtlpy-1.114.
|
|
232
|
-
dtlpy-1.114.
|
|
233
|
-
dtlpy-1.114.
|
|
230
|
+
dtlpy-1.114.16.data/scripts/dlp,sha256=R99eKZP_pZ7egsYawtuw2lRL_6b0P7spq7JpGAY3H7Y,11
|
|
231
|
+
dtlpy-1.114.16.data/scripts/dlp.bat,sha256=2V2sDEhvV2Tm7nMoyFdIxo5ODq-msgt9LJesLoPVmX0,38
|
|
232
|
+
dtlpy-1.114.16.data/scripts/dlp.py,sha256=sN0lxOiBmYOVijl1vCm3wkyr2TGas75AGaHV7pxt6oo,4521
|
|
233
|
+
dtlpy-1.114.16.dist-info/licenses/LICENSE,sha256=WtjCEwlcVzkh1ziO35P2qfVEkLjr87Flro7xlHz3CEY,11556
|
|
234
234
|
tests/features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
235
235
|
tests/features/environment.py,sha256=FLJTz1dYMfeWauwRHED_weESoOKc_ZfcgvGiWoS2lYA,19484
|
|
236
|
-
dtlpy-1.114.
|
|
237
|
-
dtlpy-1.114.
|
|
238
|
-
dtlpy-1.114.
|
|
239
|
-
dtlpy-1.114.
|
|
240
|
-
dtlpy-1.114.
|
|
236
|
+
dtlpy-1.114.16.dist-info/METADATA,sha256=yFKYVsTI5C2cweTPUNfe7Br2KfISyqgUtR7g1zGZWEo,5823
|
|
237
|
+
dtlpy-1.114.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
238
|
+
dtlpy-1.114.16.dist-info/entry_points.txt,sha256=C4PyKthCs_no88HU39eioO68oei64STYXC2ooGZTc4Y,43
|
|
239
|
+
dtlpy-1.114.16.dist-info/top_level.txt,sha256=ZWuLmQGUOtWAdgTf4Fbx884w1o0vBYq9dEc1zLv9Mig,12
|
|
240
|
+
dtlpy-1.114.16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|