Skip to content

Commit 5efa2e5

Browse files
authored
Typo (#2974)
Typo
1 parent c32ce58 commit 5efa2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/super_resolution_with_onnxruntime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* ``torch.onnx.export`` is based on TorchScript backend and has been available since PyTorch 1.2.0.
1010
1111
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.
12+
in PyTorch into the ONNX format using the TorchScript ``torch.onnx.export`` ONNX exporter.
1313
1414
The exported model will be executed with ONNX Runtime.
1515
ONNX Runtime is a performance-focused engine for ONNX models,

0 commit comments

Comments
 (0)