Skip to content

Commit 7988814

Browse files
author
pfinashx
committed
Fix pylint
1 parent 2c968f5 commit 7988814

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

external/anomaly/ote_anomalib/inference_task.py

-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ def _export_to_onnx(self, onnx_path: str):
212212
)
213213

214214
def export(self, export_type: ExportType, output_model: ModelEntity) -> None:
215-
output_model.optimization_type = ModelOptimizationType.MO
216215
"""Export model to OpenVINO IR.
217216
218217
Args:

0 commit comments

Comments
 (0)