Database Error Messages

ORA-54471

Total external data groups' size (groups_size) does not match the sum of the external tensors' sizes in JSON (tensors_size).
  • groups_size: Total size of the groups
  • tensors_size: Total size of the tensors

Cause

In the JSON metadata for the external data for the ONNX model, the size of the tensors are smaller than the given groups' BLOBs.


Action

Fix the sizes in the JSON for the tensors.