{"record":{"id":"cc14a07cc0fc938b","repo":"keras-team/keras","slug":"only-one-of-pad-to-aspect-ratio-crop-to-aspec-cc14a0","errorCode":null,"errorMessage":"Only one of `pad_to_aspect_ratio` & `crop_to_aspect_ratio` can be `True`.","messagePattern":"Only one of `pad_to_aspect_ratio` & `crop_to_aspect_ratio` can be `True`\\.","errorType":"exception","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"keras/src/backend/jax/ops/image.py","lineNumber":197,"sourceCode":"):\n    data_format = standardize_data_format(data_format)\n    if interpolation not in RESIZE_INTERPOLATIONS:\n        raise ValueError(\n            \"Invalid value for argument `interpolation`. Expected of one \"\n            f\"{RESIZE_INTERPOLATIONS}. Received: 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}\"\n        )\n    size = tuple(size)\n    target_height, target_width = size\n    if len(images.shape) == 4:\n        if data_format == \"channels_last\":\n            size = (images.shape[0],) + size + (images.shape[-1],)\n        else:\n            size = (images.shape[0], images.shape[1]) + size\n        batch_size = images.shape[0]\n    elif len(images.shape) == 3:\n        if data_format == \"channels_last\":\n            size = size + (images.shape[-1],)\n        else:\n            size = (images.shape[0],) + size\n    else:\n        raise ValueError(","sourceCodeStart":179,"sourceCodeEnd":215,"githubUrl":"https://github.com/keras-team/keras/blob/7a34a03db60bf60042242d6a556fc3be119046a5/keras/src/backend/jax/ops/image.py#L179-L215","documentation":"Error \"Only one of `pad_to_aspect_ratio` & `crop_to_aspect_ratio` can be `True`.\" thrown in keras-team/keras.","triggerScenarios":"Thrown at keras/src/backend/jax/ops/image.py:197 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"}