We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce84d2 commit e521470Copy full SHA for e521470
onnx_diagnostic/helpers/ort_session.py
@@ -109,7 +109,7 @@ def __init__(
109
)
110
except onnxruntime.capi.onnxruntime_pybind11_state.Fail as e:
111
if isinstance(sess, onnx.ModelProto):
112
- debug_path = "_debug_onnxruntine_evaluator_failure.onnx"
+ debug_path = "_debug_InferenceSession_last_failure.onnx"
113
onnx.save(
114
sess,
115
debug_path,
0 commit comments