Database Error Messages

ORA-54470

External tensor's offset (offset) and size (size) in JSON exceeds total external data groups' size (groups_size) for tensor "tensor_name".
  • offset: Offset of the tensor, as specified in the JSON
  • size: Size of the tensor, as specified in the JSON
  • groups_size: Total size of the groups
  • tensor_name: Name of the tensor

Cause

In the JSON metadata for the external data for the ONNX model, the offset and size values of a tensor are inconsistent with the given groups' BLOBs.


Action

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