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 108340c commit 9076a6fCopy full SHA for 9076a6f
onnx_diagnostic/torch_models/test_helper.py
@@ -184,7 +184,7 @@ def validate_model(
184
print(f"[validate_model] current inputs: {string_type(data['inputs'])}")
185
print(
186
f"[validate_model] current dynnamic_shapes: "
187
- f"{_ds_clean(data["dynamic_shapes"])}"
+ f"{_ds_clean(data['dynamic_shapes'])}"
188
)
189
data["inputs"], data["dynamic_shapes"] = filter_inputs(
190
data["inputs"],
0 commit comments