Database Error Messages

OCI-54475

Invalid tensor shape for the ONNX model's external tensor "tensor_name". The "shape" array contains too many entries, must not exceed string entries.
  • tensor_name: Name of the tensor *Params: 2) max_length: Max length

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. Use an array with fewer dimensions.