Previously this error message would read for example like:
Failed to create session: Error calling ONNX Runtime C function
This is pretty useless.
Now it reads for example like:
Failed to create session: Error calling ONNX Runtime C function: Could not find an implementation for the node StatefulPartitionedCall/yolo_v3/non_max_suppression_padded/PartitionedCall/TopKV2:TopK(11)
Previously this error message would read for example like:
This is pretty useless.
Now it reads for example like:
Which is much more informative and actionable. :)