From 0468ea51bc5d3043b0451dd0370da16947ac6a04 Mon Sep 17 00:00:00 2001 From: holly1238 <77758406+holly1238@users.noreply.github.com> Date: Thu, 25 Feb 2021 09:23:48 -0800 Subject: [PATCH] Added TorchScript label Added TorchScript label to "Introduction to TorchScript" and "Loading a TorchScript Model in C++" tutorials. --- index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.rst b/index.rst index e66a7e3e615..9a769ee6379 100644 --- a/index.rst +++ b/index.rst @@ -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 @@ -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