Database Error Messages

OCI-54420

Incorrect number of elements in the "input.string" array in the JSON metadata (JSON: string, model: string).

Cause

The number of elements in an array in the "input" field in the JSON metadata is not equal to the size of the corresponding input tensor of the Open Neural Network Exchange (ONNX) model.


Action

Ensure that the arrays in the "input" field of the JSON metadata have a size equal to that of their corresponding input tensors.