Skip to content

Commit 2012f78

Browse files
authored
Update 2020-5-5-updates-improvements-to-pytorch-tutorials.md
1 parent f0a2328 commit 2012f78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: blog_detail
33
title: 'Updates & Improvements to PyTorch Tutorials'
4-
author: by Team PyTorch
4+
author: Team PyTorch
55
---
66

77
PyTorch.org provides researchers and developers with documentation, installation instructions, latest news, community projects, tutorials, and more. Today, we are introducing usability and content improvements including tutorials in additional categories, a new recipe format for quickly referencing common topics, sorting using tags, and an updated homepage.
@@ -23,7 +23,7 @@ In addition to the existing left navigation bar, tutorials can now be quickly fi
2323

2424
The following additional resources can also be found at the bottom of the Tutorials homepage:
2525
* [PyTorch Cheat Sheet](https://pytorch.org/tutorials/beginner/ptcheat.html)
26-
* [Examples of PyTorch](https://github.com/pytorch/examples)
26+
* [PyTorch Examples](https://github.com/pytorch/examples)
2727
* [Tutorial on GitHub](https://github.com/pytorch/tutorials)
2828

2929
## PYTORCH RECIPES
@@ -35,7 +35,7 @@ Recipes are new bite-sized, actional examples designed to teach researchers and
3535
View the full recipes (here)[http://pytorch.org/tutorials/recipes/recipes_index.html].
3636

3737
## LEARNING PYTORCH
38-
This section includes tutorials designed for beginners to PyTorch. Based on community feedback, we have made updates to the current [Deep Learning with PyTorch: A 60 Minute Blitz](https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html) tutorial, one of our most popular tutorials for beginners. Upon completion, one can understand what PyTorch and neural networks are, and be able to build and train a simple image classification network. Updates include adding explanations to clarify output meanings and linking back to where users can read more in the docs, cleaning up confusing syntax errors, and reconstructing and explaining new concepts for easier readability.
38+
This section includes tutorials designed for users new to PyTorch. Based on community feedback, we have made updates to the current [Deep Learning with PyTorch: A 60 Minute Blitz](https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html) tutorial, one of our most popular tutorials for beginners. Upon completion, one can understand what PyTorch and neural networks are, and be able to build and train a simple image classification network. Updates include adding explanations to clarify output meanings and linking back to where users can read more in the docs, cleaning up confusing syntax errors, and reconstructing and explaining new concepts for easier readability.
3939

4040
## DEPLOYING MODELS IN PRODUCTION
4141
This section includes tutorials for developers looking to take their PyTorch models to production. The tutorials include:
@@ -45,15 +45,15 @@ This section includes tutorials for developers looking to take their PyTorch mod
4545
* [Exploring 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
48-
PyTorch provides a number of frontend API features that can help developers to code, debug, and validate more efficiently. This section includes tutorials that teach what these features are and how to use them. Some tutorials to highlight:
48+
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:
4949
* [Introduction to Named Tensors in PyTorch](https://pytorch.org/tutorials/intermediate/named_tensor_tutorial.html)
5050
* [Using the PyTorch C++ Frontend](https://pytorch.org/tutorials/advanced/cpp_frontend.html)
5151
* [Extending TorchScript with Custom C++ Operators](https://pytorch.org/tutorials/advanced/torch_script_custom_ops.html)
5252
* [Extending TorchScript with Custom C++ Classes](https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html)
5353
* [Autograd in C++ Frontend](https://pytorch.org/tutorials/advanced/cpp_autograd.html)
5454

5555
## MODEL OPTIMIZATION
56-
Deep learning models often consume large amounts of memory, battery, and compute due to their complex tasks. This section provides tutorials for model optimization:
56+
Deep learning models often consume large amounts of memory, power, and compute due to their complexity. This section provides tutorials for model optimization:
5757
* [Pruning](https://pytorch.org/tutorials/intermediate/pruning_tutorial.html)
5858
* [Dynamic Quantization on BERT](https://pytorch.org/tutorials/intermediate/dynamic_quantization_bert_tutorial.html)
5959
* [Static Quantization with Eager Mode in PyTorch](https://pytorch.org/tutorials/advanced/static_quantization_tutorial.html)

0 commit comments

Comments
 (0)