File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
55In this tutorial, we describe how to convert a model defined
66in 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#
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments