Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Commit aaef4e6

Browse files
authored
Added TorchScript label (pytorch#1376)
Added TorchScript label to "Introduction to TorchScript" and "Loading a TorchScript Model in C++" tutorials.
1 parent b3c6b9a commit aaef4e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Welcome to PyTorch Tutorials
179179

180180
.. customcarditem::
181181
:header: Train a Mario-playing RL Agent
182-
:card_description: Use PyTorch to train a Double Q-learning agent to play Mario .
182+
:card_description: Use PyTorch to train a Double Q-learning agent to play Mario.
183183
:image: _static/img/mario.gif
184184
:link: intermediate/mario_rl_tutorial.html
185185
:tags: Reinforcement-Learning
@@ -199,14 +199,14 @@ Welcome to PyTorch Tutorials
199199
:card_description: Introduction to TorchScript, an intermediate representation of a PyTorch model (subclass of nn.Module) that can then be run in a high-performance environment such as C++.
200200
:image: _static/img/thumbnails/cropped/Introduction-to-TorchScript.png
201201
:link: beginner/Intro_to_TorchScript_tutorial.html
202-
:tags: Production
202+
:tags: Production,TorchScript
203203

204204
.. customcarditem::
205205
:header: Loading a TorchScript Model in C++
206206
:card_description: Learn how PyTorch provides to go from an existing Python model to a serialized representation that can be loaded and executed purely from C++, with no dependency on Python.
207207
:image: _static/img/thumbnails/cropped/Loading-a-TorchScript-Model-in-Cpp.png
208208
:link: advanced/cpp_export.html
209-
:tags: Production
209+
:tags: Production,TorchScript
210210

211211
.. customcarditem::
212212
:header: (optional) Exporting a Model from PyTorch to ONNX and Running it using ONNX Runtime

0 commit comments

Comments
 (0)