Skip to content

Commit fe99e94

Browse files
authored
Fix a typo in tutorial title
Exporting (NOT Exploring) a Model from PyTorch to ONNX and Running it using ONNX Runtime
1 parent a60da66 commit fe99e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-5-5-updates-improvements-to-pytorch-tutorials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This section includes tutorials for developers looking to take their PyTorch mod
4242
* [Deploying PyTorch in Python via a REST API with Flask](https://pytorch.org/tutorials/intermediate/flask_rest_api_tutorial.html)
4343
* [Introduction to TorchScript](https://pytorch.org/tutorials/beginner/Intro_to_TorchScript_tutorial.html)
4444
* [Loading a TorchScript Model in C++](https://pytorch.org/tutorials/advanced/cpp_export.html)
45-
* [Exploring a Model from PyTorch to ONNX and Running it using ONNX Runtime](https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html)
45+
* [Exporting a Model from PyTorch to ONNX and Running it using ONNX Runtime](https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html)
4646

4747
## FRONTEND APIS
4848
PyTorch provides a number of frontend API features that can help developers to code, debug, and validate their models more efficiently. This section includes tutorials that teach what these features are and how to use them. Some tutorials to highlight:

0 commit comments

Comments
 (0)