Database Error Messages

ORA-54468

Invalid offset/size in the external data JSON for tensor "tensor_name". Offset offset, size: size.
  • tensor_name: Name of the tensor
  • offset: Offset of the tensor, as specified in the JSON
  • size: Size of the tensor, as specified in the JSON

Cause

In the JSON metadata for the external data for the ONNX model, the offset and size values of a tensor are invalid.


Action

Fix the values for offset and size in the JSON for the tensor.