Skip to content

Commit 9076a6f

Browse files
committed
quote
1 parent 108340c commit 9076a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/torch_models/test_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def validate_model(
184184
print(f"[validate_model] current inputs: {string_type(data['inputs'])}")
185185
print(
186186
f"[validate_model] current dynnamic_shapes: "
187-
f"{_ds_clean(data["dynamic_shapes"])}"
187+
f"{_ds_clean(data['dynamic_shapes'])}"
188188
)
189189
data["inputs"], data["dynamic_shapes"] = filter_inputs(
190190
data["inputs"],

0 commit comments

Comments
 (0)