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 ccbecb4 commit cc45354Copy full SHA for cc45354
beginner_source/saving_loading_models.py
@@ -227,11 +227,11 @@
227
# normalization layers to evaluation mode before running inference.
228
# Failing to do this will yield inconsistent inference results.
229
#
230
-# Saving an ExportedProgram
231
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~
+# Saving an Exported Program
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232
233
-# If you are using torch.export, you can save and load your ExportedProgram using the
234
-# `torch.export.save()` and `torch.export.load()` APIs. with the `.pt2` file extension.
+# If you are using ``torch.export`, you can save and load your `ExportedProgram` using the
+# `torch.export.save()` and `torch.export.load()` APIs. with the `.pt2` file extension:
235
236
# .. code-block:: python
237
0 commit comments