We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba1a1a commit 354a28dCopy full SHA for 354a28d
otx/algorithms/anomaly/tasks/inference.py
@@ -266,7 +266,7 @@ def export(
266
Exception: If export_type is not ExportType.OPENVINO
267
"""
268
if dump_features:
269
- raise NotImplementedError(
+ logger.warning(
270
"Feature dumping is not implemented for the anomaly task."
271
"The saliency maps and representation vector outputs will not be dumped in the exported model."
272
)
0 commit comments