keras-team/keras · error · NotImplementedError

`track` is not implemented in the openvino backend.

Error message

`track` is not implemented in the openvino backend.

What it means

Error "`track` is not implemented in the openvino backend." thrown in keras-team/keras.

Source

Thrown at keras/src/backend/openvino/export.py:3

class OpenvinoExportArchive:
    def track(self, resource):
        raise NotImplementedError(
            "`track` is not implemented in the openvino backend."
        )

    def add_endpoint(self, name, fn, input_signature=None, **kwargs):
        raise NotImplementedError(
            "`add_endpoint` is not implemented in the openvino backend."
        )

View on GitHub (pinned to 7a34a03db6)

When it happens

Trigger: Thrown at keras/src/backend/openvino/export.py:3 when the library encounters an invalid state.

Common situations: See trigger scenarios.


AI-assisted analysis of keras-team/keras@7a34a03db6 (2026-08-25). Data as JSON: /api/errors/f150a043ea23e203. Report an issue: GitHub.