Skip to content

Commit 1da736e

Browse files
committed
update index-rst
1 parent 456549e commit 1da736e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

_static/img/cat_output1.png

-317 KB
Binary file not shown.

advanced_source/README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Advanced Tutorials
1313
Custom C Extensions for PyTorch
1414
https://pytorch.org/tutorials/advanced/c_extension.html
1515

16-
4. super_resolution_with_caffe2.py
17-
Transfering a Model from PyTorch to Caffe2 and Mobile using ONNX
18-
https://pytorch.org/tutorials/advanced/super_resolution_with_caffe2.html
16+
4. super_resolution_with_onnxruntime.py
17+
Exporting a Model from PyTorch to ONNX and Running it using ONNXRuntime
18+
https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html

advanced_source/super_resolution_with_onnxruntime.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Exporting aModel from PyTorch to ONNX and Running it using ONNXRuntime
3-
======================================================================
2+
Exporting a Model from PyTorch to ONNX and Running it using ONNXRuntime
3+
=======================================================================
44
55
In this tutorial, we describe how to convert a model defined
66
in PyTorch into the ONNX format and then run it with ONNXRuntime.
@@ -268,7 +268,7 @@ def to_numpy(tensor):
268268

269269

270270
######################################################################
271-
# .. figure:: /_static/img/cat_superres_with_ort.png
271+
# .. figure:: /_static/img/cat_superres_with_ort.jpg
272272
# :alt: output\_cat
273273
#
274274
#

index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Image
101101

102102
.. customgalleryitem::
103103
:figure: /_static/img/cat.jpg
104-
:tooltip: Use ONNX to convert a model defined in PyTorch into the ONNX format and then load it into Caffe2
105-
:description: :doc:`advanced/super_resolution_with_caffe2`
104+
:tooltip: Exporting a Model from PyTorch to ONNX and Running it using ONNXRuntime
105+
:description: :doc:`advanced/super_resolution_with_onnxruntime`
106106

107107
.. raw:: html
108108

@@ -277,7 +277,7 @@ PyTorch in Other Languages
277277
intermediate/spatial_transformer_tutorial
278278
advanced/neural_style_tutorial
279279
beginner/fgsm_tutorial
280-
advanced/super_resolution_with_caffe2
280+
advanced/super_resolution_with_onnxruntime
281281

282282
.. toctree::
283283
:maxdepth: 2

0 commit comments

Comments
 (0)