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 18c32d1 commit e5b9e61Copy full SHA for e5b9e61
advanced_source/super_resolution_with_onnxruntime.py
@@ -5,7 +5,7 @@
5
.. note::
6
As of PyTorch 2.1, there are two versions of ONNX Exporter.
7
8
- * ``torch.onnx.dynamo_export`is the newest (still in beta) exporter based on the TorchDynamo technology released with PyTorch 2.0.
+ * ``torch.onnx.dynamo_export`` is the newest (still in beta) exporter based on the TorchDynamo technology released with PyTorch 2.0.
9
* ``torch.onnx.export`` is based on TorchScript backend and has been available since PyTorch 1.2.0.
10
11
In this tutorial, we describe how to convert a model defined
0 commit comments