From da35037cff4188c7903a1d6e05fb2a92545a8734 Mon Sep 17 00:00:00 2001 From: Christian Bourjau Date: Mon, 23 Oct 2023 14:08:43 +0200 Subject: [PATCH] Update src/spox/_value_prop.py --- src/spox/_value_prop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spox/_value_prop.py b/src/spox/_value_prop.py index 6d8a402d..b47d5a3a 100644 --- a/src/spox/_value_prop.py +++ b/src/spox/_value_prop.py @@ -180,7 +180,7 @@ def _run_onnxruntime( output_feed = dict(zip(output_names, session.run(None, input_feed))) except Exception as e: logging.debug( - f"Value propagation in {model} on the ONNX reference implementation failed with - " + f"Value propagation in {model} on the onnxruntime failed with - " f"{type(e).__name__}: {e}" ) return {}