Database Error Messages

ORA-54473

Invalid tensor shape for the ONNX model's external tensor "tensor_name". The "shape" field must be set to an array of integers.
  • tensor_name: Name of the tensor

Cause

In the JSON metadata for the external data for the ONNX model, the shape of a tensor is invalid.


Action

Fix the shape in the JSON for the tensor. The "shape" field must be set to an array of integers, consistent with the tensor size.