Skip to content

Commit

Permalink
Added TorchScript label (pytorch#1376)
Browse files Browse the repository at this point in the history
Added TorchScript label  to "Introduction to TorchScript" and "Loading a TorchScript Model in C++" tutorials.
  • Loading branch information
holly1238 authored Feb 26, 2021
1 parent a6ae79a commit 5877006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Welcome to PyTorch Tutorials

.. customcarditem::
:header: Train a Mario-playing RL Agent
:card_description: Use PyTorch to train a Double Q-learning agent to play Mario .
:card_description: Use PyTorch to train a Double Q-learning agent to play Mario.
:image: _static/img/mario.gif
:link: intermediate/mario_rl_tutorial.html
:tags: Reinforcement-Learning
Expand All @@ -199,14 +199,14 @@ Welcome to PyTorch Tutorials
: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++.
:image: _static/img/thumbnails/cropped/Introduction-to-TorchScript.png
:link: beginner/Intro_to_TorchScript_tutorial.html
:tags: Production
:tags: Production,TorchScript

.. customcarditem::
:header: Loading a TorchScript Model in C++
: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.
:image: _static/img/thumbnails/cropped/Loading-a-TorchScript-Model-in-Cpp.png
:link: advanced/cpp_export.html
:tags: Production
:tags: Production,TorchScript

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

0 comments on commit 5877006

Please sign in to comment.