ddi-fw 0.0.207__py3-none-any.whl → 0.0.208__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.
- ddi_fw/ml/ml_helper.py +1 -2
- {ddi_fw-0.0.207.dist-info → ddi_fw-0.0.208.dist-info}/METADATA +1 -1
- {ddi_fw-0.0.207.dist-info → ddi_fw-0.0.208.dist-info}/RECORD +5 -5
- {ddi_fw-0.0.207.dist-info → ddi_fw-0.0.208.dist-info}/WHEEL +0 -0
- {ddi_fw-0.0.207.dist-info → ddi_fw-0.0.208.dist-info}/top_level.txt +0 -0
ddi_fw/ml/ml_helper.py
CHANGED
@@ -104,11 +104,10 @@ class MultiModalRunner:
|
|
104
104
|
single_results[name] = prediction
|
105
105
|
else: # TODO default model maybe?
|
106
106
|
print("Default model will be used")
|
107
|
-
name = self.default_model.get('name')
|
108
|
-
# input_type = m.get('input_type')
|
109
107
|
model_type = get_import(self.default_model.get("model_type"))
|
110
108
|
kwargs = self.default_model.get('params')
|
111
109
|
for item in self.items:
|
110
|
+
name = item[0]
|
112
111
|
T = self.__create_model(self.library)
|
113
112
|
single_modal = T(self.date, name, model_type,
|
114
113
|
use_mlflow=self.use_mlflow, **kwargs)
|
@@ -74,7 +74,7 @@ ddi_fw/langchain/sentence_splitter.py,sha256=h_bYElx4Ud1mwDNJfL7mUwvgadwKX3GKlSz
|
|
74
74
|
ddi_fw/langchain/storage.py,sha256=OizKyWm74Js7T6Q9kez-ulUoBGzIMFo4R46h4kjUyIM,11200
|
75
75
|
ddi_fw/ml/__init__.py,sha256=tIxiW0g6q1VsmDYVXR_ovvHQR3SCir8g2bKxx_CrS7s,221
|
76
76
|
ddi_fw/ml/evaluation_helper.py,sha256=2-7CLSgGTqLEk4HkgCVIOt-GxfLAn6SBozJghAtHb5M,11581
|
77
|
-
ddi_fw/ml/ml_helper.py,sha256=
|
77
|
+
ddi_fw/ml/ml_helper.py,sha256=xacnXmS8wB28F4CR3c274VaeHUB2d_KO15dYnO0gRzE,7658
|
78
78
|
ddi_fw/ml/model_wrapper.py,sha256=kabPXuo7S8tGkp9a00V04n4rXDmv7dD8wYGMjotISRc,1050
|
79
79
|
ddi_fw/ml/pytorch_wrapper.py,sha256=pe6UsjP2XeTgLxDnIUiodoyhJTGCxV27wD4Cjxysu2Q,8553
|
80
80
|
ddi_fw/ml/tensorflow_wrapper.py,sha256=lNJvg3odqMKmILecOMdcOCAOrwzWZDzxB0DWGcYWsPg,12952
|
@@ -99,7 +99,7 @@ ddi_fw/utils/zip_helper.py,sha256=YRZA4tKZVBJwGQM0_WK6L-y5MoqkKoC-nXuuHK6CU9I,55
|
|
99
99
|
ddi_fw/vectorization/__init__.py,sha256=LcJOpLVoLvHPDw9phGFlUQGeNcST_zKV-Oi1Pm5h_nE,110
|
100
100
|
ddi_fw/vectorization/feature_vector_generation.py,sha256=EBf-XAiwQwr68az91erEYNegfeqssBR29kVgrliIyac,4765
|
101
101
|
ddi_fw/vectorization/idf_helper.py,sha256=_Gd1dtDSLaw8o-o0JugzSKMt9FpeXewTh4wGEaUd4VQ,2571
|
102
|
-
ddi_fw-0.0.
|
103
|
-
ddi_fw-0.0.
|
104
|
-
ddi_fw-0.0.
|
105
|
-
ddi_fw-0.0.
|
102
|
+
ddi_fw-0.0.208.dist-info/METADATA,sha256=KmnG8qqa3QfXCPoMfl9pGQ-oaTmuodHVtU8uByorsdo,2625
|
103
|
+
ddi_fw-0.0.208.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
104
|
+
ddi_fw-0.0.208.dist-info/top_level.txt,sha256=PMwHICFZTZtcpzQNPV4UQnfNXYIeLR_Ste-Wfc1h810,7
|
105
|
+
ddi_fw-0.0.208.dist-info/RECORD,,
|
File without changes
|
File without changes
|