Database Error Messages

ORA-54457

Size of contiguous memory requested for loading ONNX model is too large: string

Cause

The Open Neural Network Exchange (ONNX) runtime is attempting to allocate a contiguous range that is too large while loading an ONNX model.


Action

You may have to modify the ONNX model to require a smaller range of contiguous memory. For example, you may want to quantize the ONNX model.