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 0543076 commit e42792eCopy full SHA for e42792e
intermediate_source/torch_export_tutorial.py
@@ -341,7 +341,7 @@ def forward(
341
342
######################################################################
343
# To enable dynamism, ``export()`` provides a ``dynamic_shapes`` argument. The easiest way to work with
344
-# dynamic shapes is to use ``Dim.AUTO`` and look at the program that's returned. Dynamic behavior is specified
+# dynamic shapes is using ``Dim.AUTO`` and looking at the program that's returned. Dynamic behavior is specified
345
# at a input dimension-level; for each input we can specify a tuple of values:
346
347
from torch.export.dynamic_shapes import Dim
0 commit comments