Skip to content

Commit ea34cb0

Browse files
authored
Merge pull request #674 from pytorch/remove_tutorial_numbers
Remove numbers from tutorial names
2 parents fb8379a + 98f3dfa commit ea34cb0

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

advanced_source/cpp_export.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3. Loading a TorchScript Model in C++
1+
Loading a TorchScript Model in C++
22
=====================================
33

44
**This tutorial was updated to work with PyTorch 1.2**

advanced_source/super_resolution_with_onnxruntime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
4. (optional) Exporting a Model from PyTorch to ONNX and Running it using ONNX Runtime
2+
(optional) Exporting a Model from PyTorch to ONNX and Running it using ONNX Runtime
33
========================================================================
44
55
In this tutorial, we describe how to convert a model defined

beginner_source/Intro_to_TorchScript_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
2. Introduction to TorchScript
2+
Introduction to TorchScript
33
===========================
44
55
*James Reed (jamesreed@fb.com), Michael Suo (suo@fb.com)*, rev2
@@ -24,7 +24,7 @@
2424
- How to compose both approaches
2525
- Saving and loading TorchScript modules
2626
27-
We hope that after you complete this tutorial, you proceed to go through
27+
We hope that after you complete this tutorial, you will proceed to go through
2828
`the follow-on tutorial <https://pytorch.org/tutorials/advanced/cpp_export.html>`_
2929
which will walk you through an example of actually calling a TorchScript
3030
model from C++.

beginner_source/aws_distributed_training_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
4. (advanced) PyTorch 1.0 Distributed Trainer with Amazon AWS
2+
(advanced) PyTorch 1.0 Distributed Trainer with Amazon AWS
33
=============================================================
44
55
**Author**: `Nathan Inkawhich <https://github.com/inkawhich>`_

intermediate_source/ddp_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2. Getting Started with Distributed Data Parallel
1+
Getting Started with Distributed Data Parallel
22
=================================================
33
**Author**: `Shen Li <https://mrshenli.github.io/>`_
44

intermediate_source/dist_tuto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3. Writing Distributed Applications with PyTorch
1+
Writing Distributed Applications with PyTorch
22
=============================================
33
**Author**: `Séb Arnold <https://seba1511.com>`_
44

intermediate_source/flask_rest_api_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
1. Deploying PyTorch in Python via a REST API with Flask
3+
Deploying PyTorch in Python via a REST API with Flask
44
========================================================
55
**Author**: `Avinash Sajjanshetty <https://avi.im>`_
66

intermediate_source/model_parallel_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
1. Model Parallel Best Practices
3+
Model Parallel Best Practices
44
================================
55
**Author**: `Shen Li <https://mrshenli.github.io/>`_
66

0 commit comments

Comments
 (0)