Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb6f31c

Browse files
authoredJun 14, 2023
Update src/deepsparse/utils/onnx.py
1 parent c912dfd commit eb6f31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/deepsparse/utils/onnx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def override_onnx_input_shapes(
305305

306306
if inplace:
307307
_LOGGER.info(
308-
"Overwriting in-place the input shapes of the model " f"at {onnx_filepath}"
308+
f"Overwriting in-place the input shapes of the model at {onnx_filepath}"
309309
)
310310
onnx.save(model, onnx_filepath)
311311
yield onnx_filepath

0 commit comments

Comments
 (0)
Please sign in to comment.