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 cb87308 commit a5bc880Copy full SHA for a5bc880
onnx_diagnostic/torch_export_patches/onnx_export_errors.py
@@ -277,9 +277,7 @@ def torch_export_patches(
277
ShapeEnv._log_guard_remember = ShapeEnv._log_guard
278
279
if verbose:
280
- print(
281
- "[torch_export_patches] assert when a dynamic dimension turns static"
282
- )
+ print("[torch_export_patches] assert when a dynamic dimension turns static")
283
print("[torch_export_patches] replaces ShapeEnv._set_replacement")
284
285
f_shape_env__set_replacement = ShapeEnv._set_replacement
0 commit comments