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 8ad842c commit 678f749Copy full SHA for 678f749
torch/onnx/_internal/exporter/_compat.py
@@ -37,7 +37,7 @@ def _rename_dynamic_shapes_with_model_inputs(
37
) -> dict[str, Any] | tuple[Any] | list[Any]:
38
"""
39
40
- This function renames the dynamic_shapes with the paramters of the model, since
+ This function renames the dynamic_shapes with the parameters of the model, since
41
torch.export.export requires the dynamic_shapes to be named with the model's input names.
42
43
NOTE: If the model input is nested, this function does nothing, and the users are responsible
0 commit comments