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 830f584 commit c74ef9fCopy full SHA for c74ef9f
onnx_diagnostic/torch_models/test_helper.py
@@ -193,10 +193,10 @@ def validate_model(
193
dynamic_shapes=data["dynamic_shapes"],
194
)
195
if verbose:
196
- print(f"[validate_model] new inputs: {string_type(data["inputs"])}")
+ print(f"[validate_model] new inputs: {string_type(data['inputs'])}")
197
print(
198
f"[validate_model] new dynnamic_shapes: "
199
- f"{_ds_clean(data["dynamic_shapes"])}"
+ f"{_ds_clean(data['dynamic_shapes'])}"
200
201
202
if not empty(dtype):
0 commit comments