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 c32ce58 commit 5efa2e5Copy full SHA for 5efa2e5
advanced_source/super_resolution_with_onnxruntime.py
@@ -9,7 +9,7 @@
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
12
-in PyTorch into the ONNX format using the TorchScript ``torch.onnx.export` ONNX exporter.
+in PyTorch into the ONNX format using the TorchScript ``torch.onnx.export`` ONNX exporter.
13
14
The exported model will be executed with ONNX Runtime.
15
ONNX Runtime is a performance-focused engine for ONNX models,
0 commit comments