{"record":{"id":"ee7cc4c96de7a67f","repo":"keras-team/keras","slug":"invalid-value-for-argument-interpolation-expect-ee7cc4","errorCode":null,"errorMessage":"Invalid value for argument `interpolation`. Expected of one {ALL_RESIZE_INTERPOLATIONS}. Received: interpolation={interpolation}","messagePattern":"Invalid value for argument `interpolation`\\. Expected of one (.+?)\\. Received: interpolation=(.+?)","errorType":"exception","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"keras/src/backend/openvino/image.py","lineNumber":269,"sourceCode":"        hsv_planes_to_rgb_planes(hue, saturation, value), axis=channels_axis\n    ).output(0)\n    return OpenVINOKerasTensor(images)\n\n\ndef resize(\n    images,\n    size,\n    interpolation=\"bilinear\",\n    antialias=False,\n    crop_to_aspect_ratio=False,\n    pad_to_aspect_ratio=False,\n    fill_mode=\"constant\",\n    fill_value=0.0,\n    data_format=\"channels_last\",\n):\n    data_format = backend.standardize_data_format(data_format)\n    if interpolation not in ALL_RESIZE_INTERPOLATIONS:\n        raise ValueError(\n            \"Invalid value for argument `interpolation`. Expected of one \"\n            f\"{ALL_RESIZE_INTERPOLATIONS}. Received: \"\n            f\"interpolation={interpolation}\"\n        )\n    if fill_mode != \"constant\":\n        raise ValueError(\n            \"Invalid value for argument `fill_mode`. Only `'constant'` \"\n            f\"is supported. Received: fill_mode={fill_mode}\"\n        )\n    if pad_to_aspect_ratio and crop_to_aspect_ratio:\n        raise ValueError(\n            \"Only one of `pad_to_aspect_ratio` & `crop_to_aspect_ratio` \"\n            \"can be `True`.\"\n        )\n    if not len(size) == 2:\n        raise ValueError(\n            \"Argument `size` must be a tuple of two elements \"\n            f\"(height, width). Received: size={size}\"","sourceCodeStart":251,"sourceCodeEnd":287,"githubUrl":"https://github.com/keras-team/keras/blob/7a34a03db60bf60042242d6a556fc3be119046a5/keras/src/backend/openvino/image.py#L251-L287","documentation":"Error \"Invalid value for argument `interpolation`. Expected of one {ALL_RESIZE_INTERPOLATIONS}. Received: interpolation={interpolation}\" thrown in keras-team/keras.","triggerScenarios":"Thrown at keras/src/backend/openvino/image.py:269 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"7a34a03db60bf60042242d6a556fc3be119046a5","analyzedAt":"2026-08-25T21:25:25.994Z","schemaVersion":2},"datasetVersion":"2026-08-26T02:17:13.382Z"}